Skip to content

Commit

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

## [Unreleased]

## [0.4.0] - 2022/05/23
### Features
- Implement autocompletion based on user provided commands (ex: `:deb<TAB>` autocompletes to `:debug`). Multiple completion suggestions can be cycled through, accepted or ignored.
- Add support for Undo last operation, via the `u` command
Expand Down Expand Up @@ -101,7 +102,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.3...HEAD
[Unreleased]: https://github.com/brouberol/bo/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/brouberol/bo/compare/v0.3.2...0.4.0
[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
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-bin"
version = "0.3.3"
version = "0.4.0"
description = "A minimalistic text editor with vim-like navigation capabilities"
authors = [ "Balthazar Rouberol <[email protected]>" ]
repository = "https://github.com/brouberol/bo"
Expand Down

0 comments on commit d692c4a

Please sign in to comment.