Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jun 24, 2024
1 parent 8d384ce commit 79db364
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="0.4.2"></a>
## 0.4.2 Typed-OID Release (2024-06-24)

#### Fixes

* Impl `Debug` manually for `Oid<T>` for better display ([8d384ce](https://github.com/kbknapp/typed-oid/commit/8d384ce6e0f6714b6e53928483a693b67aa46b9a))

<a name="0.4.1"></a>
## 0.4.1 Typed-OID Release (2024-06-24)

Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typed-oid"
version = "0.4.1"
version = "0.4.2"
authors = ["Kevin K. <[email protected]>"]
description = "Typed Object IDs"
documentation = "https://docs.rs/typed-oid"
Expand Down

0 comments on commit 79db364

Please sign in to comment.