Skip to content

Commit 0d6517f

Browse files
committed
bump version
1 parent c84cea5 commit 0d6517f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.1.1
28

39
* Upgrade to zig 0.13.0. No breaking changes.

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "bson",
3-
.version = "0.1.1",
3+
.version = "0.1.2",
44
.dependencies = .{
55
// todo: update this to a versioned tag when this package publishes one
66
.benchmark = .{

0 commit comments

Comments
 (0)