Skip to content

Commit

Permalink
Bump version to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Mar 16, 2021
1 parent ede383f commit 1fd6937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
name = "x86_64"
readme = "README.md"
repository = "https://github.com/rust-osdev/x86_64"
version = "0.13.2"
version = "0.13.3"
edition = "2018"

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.13.3 – 2021-03-16

- Implement `Clone` for `PageTable` ([#236](https://github.com/rust-osdev/x86_64/pull/236))

# 0.13.2 – 2021-02-02
Expand Down

0 comments on commit 1fd6937

Please sign in to comment.