Skip to content

Commit

Permalink
Updated version number and changelog (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindbergem authored Jul 17, 2024
1 parent 61286ad commit 6e7cad4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Yet to be released
## [0.3.0 - 2024-07-05]

- Use embedded_io and embedded_io_async Read/Write traits
- This ensures the std and no-std implementations are equivilent at the IO API interface
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
noline = "0.2.1"
noline = "0.3.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.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Eivind Alexander Bergem <[email protected]>"]
license = "MPL-2.0"
Expand Down

0 comments on commit 6e7cad4

Please sign in to comment.