Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
(it just hit me that updating ash to 0.34.0 is definitely a breaking
change)
  • Loading branch information
swooster committed Dec 22, 2021
1 parent f34640f commit 518f60f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ashpan"
version = "0.5.3"
version = "0.6.0"
license = "MIT OR Apache-2.0"

repository = "https://github.com/swooster/ashpan"
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Releases

## Version 0.5.3
## Version 0.6.0

* Update `ash` dependency to 0.34.0

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/ashpan/0.5.3")]
#![doc(html_root_url = "https://docs.rs/ashpan/0.6.0")]
//! This crate provides RAII helpers for [`ash`]. In particular:
//!
//! * [`Guarded`]/[`GuardedResource`] is essentially a
Expand Down

0 comments on commit 518f60f

Please sign in to comment.