Skip to content

Commit

Permalink
Bump version to 0.6.0 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 4, 2023
1 parent 3a9f6c4 commit 5e5fad7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [v0.6.0] - 2023-08-04
### Added
- Add note about this crate being unmaintained.

### Changed
- Upgrade `windows-sys` from 0.42 to 0.48.
- Upgrade `socket2` from 0.4 to 0.5 (dev dependency only).

## [v0.5.0] - 2022-11-10
### Changed
- Upgrade `windows-sys` from 0.28 to 0.42.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miow"
version = "0.5.0"
version = "0.6.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 5e5fad7

Please sign in to comment.