Skip to content

Commit

Permalink
chore(subscriber): prepare to release v0.1.3
Browse files Browse the repository at this point in the history
#### Features

*  add `Builder::filter_env_var` builder parameter (#276)
   ([dbdb149](dbdb149), closes [#206](206))

#### Bug Fixes

*  record timestamps for updates last (#289) ([703f1aa](703f1aa),
   closes [#266](266))
*  use monotonic `Instant`s for all timestamps (#288)
   ([abc0830](abc0830), closes [#286](286))
*  bail rather than panic when encountering clock skew (#287)
   ([24db8c6](24db8c6), closes [#286](286))
*  fix compilation on targets without 64-bit atomics (#282)
   ([5590fdb](5590fdb), closes [#279](279))
  • Loading branch information
hawkw committed Feb 18, 2022
1 parent 3b1f14a commit 398cbcf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions console-subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.1.3"></a>
## 0.1.3 (2022-02-18)


#### Features

* add `Builder::filter_env_var` builder parameter (#276) ([dbdb1494](dbdb1494), closes [#206](206))

#### Bug Fixes

* record timestamps for updates last (#289) ([703f1aa4](703f1aa4), closes [#266](266))
* use monotonic `Instant`s for all timestamps (#288) ([abc08300](abc08300), closes [#286](286))
* bail rather than panic when encountering clock skew (#287) ([24db8c60](24db8c60), closes [#286](286))
* fix compilation on targets without 64-bit atomics (#282) ([5590fdbc](5590fdbc), closes [#279](279))


<a name="0.1.2"></a>
## 0.1.2 (2022-01-18)

Expand Down
2 changes: 1 addition & 1 deletion console-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "console-subscriber"
version = "0.1.2"
version = "0.1.3"
license = "MIT"
edition = "2021"
rust-version = "1.56.0"
Expand Down

0 comments on commit 398cbcf

Please sign in to comment.