Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn committed Jan 4, 2024
1 parent a3fc564 commit cc8ba21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svix-ksuid"
version = "0.7.0"
version = "0.8.0"
authors = ["Svix Inc. <oss@svix.com>"]
edition = "2021"
description="A pure Rust and fully tested KSUID implementation"
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 0.8.0
* Implement `std::hash::Hash` for Ksuid structs (by @aurelien-clu)

## Version 0.7.0
* Add serde support (and crate feature)
* Implement fmt::Display instead of ToString
Expand Down

0 comments on commit cc8ba21

Please sign in to comment.