Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Sep 25, 2024
1 parent 2d8e576 commit 0dc7ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ All user visible changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/), as described
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)

## Unreleased
## 0.2.1

None.

### Breaking changes

None.
- Use `proc-macro-error2` to address https://rustsec.org/advisories/RUSTSEC-2024-0370

## 0.1.7

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "sea-bae"
readme = "README.md"
repository = "https://github.com/SeaQL/sea-bae.git"
version = "0.2.0"
version = "0.2.1"

[dependencies]
syn = { version = "2", features = ["full", "extra-traits"] }
Expand Down

0 comments on commit 0dc7ed5

Please sign in to comment.