We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84cea5 commit 0d6517fCopy full SHA for 0d6517f
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.1.2
2
+
3
+* add `RawBson.{into,from}` to support converting RawBson to and from custom types
4
+* add `Reader.readInto` and `Writer.writeFrom` to support adapting to custom types
5
+* introduce `bson.Owned` type which `Reader` now returns. this allows returned bson to outlive the `Reader` instance that produced it
6
7
# 0.1.1
8
9
* Upgrade to zig 0.13.0. No breaking changes.
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = "bson",
- .version = "0.1.1",
+ .version = "0.1.2",
.dependencies = .{
// todo: update this to a versioned tag when this package publishes one
.benchmark = .{
0 commit comments