Skip to content

Commit

Permalink
Bump versions to 0.3.0 and add the changes to the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFinck committed Oct 19, 2023
1 parent 2e78b24 commit a9bb625
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.3.0] - 2023-10-19
- Upgraded dependencies, with major upgrades for `moveit` (to 0.6.x) and `syn` (to 2.x)
- Upgraded to `resolver = "2"` in the top-level `Cargo.toml`

## [0.2.1] - 2023-10-19
- Fixed Tree Borrows and Stacked Borrows violations when running `cargo miri` (#6, #7)

Expand Down
4 changes: 2 additions & 2 deletions nt-list/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nt-list"
version = "0.2.1"
version = "0.3.0"
authors = ["Colin Finck <[email protected]>"]
description = "Compatible, type-safe, and idiomatic Rust implementations of Windows NT Linked Lists"
homepage = "https://github.com/ColinFinck/nt-list"
Expand All @@ -15,7 +15,7 @@ categories = ["data-structures", "no-std", "os::windows-apis"]

[dependencies]
moveit = "0.6.0"
nt-list_macros = { path = "../nt-list_macros", version = "0.2.0" }
nt-list_macros = { path = "../nt-list_macros", version = "0.3.0" }

[features]
default = ["alloc"]
Expand Down
2 changes: 1 addition & 1 deletion nt-list_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nt-list_macros"
version = "0.2.0"
version = "0.3.0"
authors = ["Colin Finck <[email protected]>"]
description = "Macros for nt-list"
edition = "2021"
Expand Down

0 comments on commit a9bb625

Please sign in to comment.