瀏覽代碼

chore: prepare to release v0.1.2

<a name="v0.1.2"></a>
### v0.1.2 (2022-04-12)

#### Bug Fixes

*   compilation errors with `--no-default-features` (#59) ([a2ab1788](https://github.com/hawkw/thingbuf/commit/a2ab17880e273c5fcde9e1d6ca77978402839d79), closes [#58](https://github.com/hawkw/thingbuf/issues/58))
Eliza Weisman 3 年之前
父節點
當前提交
8398ca6984
共有 2 個文件被更改,包括 11 次插入1 次删除
  1. 10 0
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 10 - 0
CHANGELOG.md

@@ -1,3 +1,13 @@
+<a name="v0.1.2"></a>
+### v0.1.2 (2022-04-12)
+
+
+#### Bug Fixes
+
+*   compilation errors with `--no-default-features` (#59) ([a2ab1788](https://github.com/hawkw/thingbuf/commit/a2ab17880e273c5fcde9e1d6ca77978402839d79), closes [#58](https://github.com/hawkw/thingbuf/issues/58))
+
+
+
 <a name="v0.1.1"></a>
 ### v0.1.1 (2022-03-16)
 

+ 1 - 1
Cargo.toml

@@ -6,7 +6,7 @@ members = [
 
 [package]
 name = "thingbuf"
-version = "0.1.1"
+version = "0.1.2"
 edition = "2021"
 rust-version = "1.57.0"
 authors = ["Eliza Weisman <eliza@buoyant.io>"]