Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindbergem committed Aug 27, 2024
1 parent 45a7358 commit f7c95cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0 - 2024-08-27]

- Fixed no_std examples build failure by checking in lock files
- Removed IO abstraction
- Fixed clippy warnings
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
noline = "0.3.0"
noline = "0.4.0"
```

# License
Expand Down
2 changes: 1 addition & 1 deletion noline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noline"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Eivind Alexander Bergem <eivind@rustnekretser.no>"]
license = "MPL-2.0"
Expand Down

0 comments on commit f7c95cb

Please sign in to comment.