Skip to content

Commit 12a4821

Browse files
authored
subscriber: prepare to release v0.1.1 (#260)
<a name="0.1.1"></a> ## 0.1.1 (2022-01-18) #### Bug Fixes * only send *new* tasks/resources/etc over the event channel (#238) ([fdc77e2](fdc77e2)) * increased default event buffer capacity (#235) ([0cf0aee](0cf0aee)) * use saturating arithmetic for attribute updates (#234) ([fe82e17](fe82e17)) #### Changes * moved ID rewriting from `console-subscriber` to the client (#244) ([095b1ef](095b1ef))
1 parent 1fe0650 commit 12a4821

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console-subscriber/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
<a name="0.1.0"></a>
1+
<a name="0.1.1"></a>
2+
## 0.1.1 (2022-01-18)
3+
4+
5+
#### Bug Fixes
6+
7+
* only send *new* tasks/resources/etc over the event channel (#238) ([fdc77e28](fdc77e28))
8+
* increased default event buffer capacity (#235) ([0cf0aee](0cf0aee))
9+
* use saturating arithmetic for attribute updates (#234) ([fe82e170](fe82e170))
10+
11+
#### Changes
12+
13+
* moved ID rewriting from `console-subscriber` to the client (#244) ([095b1ef](095b1ef))
14+
215
## 0.1.0 (2021-12-16)
316

17+
418
- Initial release! &#x1f389;

console-subscriber/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "console-subscriber"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
license = "MIT"
55
edition = "2021"
66
rust-version = "1.56.0"
@@ -33,7 +33,7 @@ parking_lot = ["parking_lot_crate", "tracing-subscriber/parking_lot"]
3333
tokio = { version = "^1.15", features = ["sync", "time", "macros", "tracing"] }
3434
tokio-stream = "0.1"
3535
thread_local = "1.1.3"
36-
console-api = { version = "0.1.0", path = "../console-api", features = ["transport"] }
36+
console-api = { version = "0.1.1", path = "../console-api", features = ["transport"] }
3737
tonic = { version = "0.6", features = ["transport"] }
3838
tracing-core = "0.1.18"
3939
tracing = "0.1.26"

0 commit comments

Comments
 (0)