Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindbergem committed Aug 30, 2024
1 parent 98df63e commit d34bc34
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.5.0 - 2024-08-30]

- Bugfix: Char boundary string splitting error
- Allow dynamic prompt made from iterator over `&str`
- Take slice instead of owning buffer for line and history
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.4.0"
noline = "0.5.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.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Eivind Alexander Bergem <eivind@rustnekretser.no>"]
license = "MPL-2.0"
Expand Down

0 comments on commit d34bc34

Please sign in to comment.