Skip to content

Commit

Permalink
Merge pull request #8 from rustne-kretser/v0.2.0
Browse files Browse the repository at this point in the history
Bump to version v0.2.0
  • Loading branch information
eivindbergem authored Mar 22, 2022
2 parents 22a6e39 + 04b8f9d commit a2b4558
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 @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2022-03-22

- Added basic line history

- Added EditorBuilder for more ergonomic construction of editors
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
noline = "0.1.0"
noline = "0.2.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.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Eivind Alexander Bergem <[email protected]>"]
license = "MPL-2.0"
Expand Down

0 comments on commit a2b4558

Please sign in to comment.