Skip to content

Commit

Permalink
Release bo v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brouberol committed May 1, 2022
1 parent 6a4105e commit c5a8e65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [0.3.3] - 2022/05/01

### Features
- Introduce the `o` short command to open a file
- Display cursor in the message bar while typing a command
Expand Down Expand Up @@ -87,7 +89,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
- Many offset/insertion related bugs were fixed


[Unreleased]: https://github.com/brouberol/bo/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/brouberol/bo/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/brouberol/bo/compare/v0.3.2...0.3.3
[0.3.2]: https://github.com/brouberol/bo/compare/v0.3.1...0.3.2
[0.3.1]: https://github.com/brouberol/bo/compare/v0.3.0...0.3.1
[0.3.0]: https://github.com/brouberol/bo/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bo"
version = "0.3.2"
version = "0.3.3"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit c5a8e65

Please sign in to comment.