Skip to content

Commit

Permalink
chore(release): prepare for v0.1.5-pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Perkowski <[email protected]>
  • Loading branch information
adamperkowski committed Nov 27, 2024
1 parent 8d7e341 commit fa67635
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to nvrs will be documented in this file.

## [0.1.5-pre1] - 2024-11-27

### 🚀 Features

- `use_max_tag` functionality ([8431412](https://github.com/adamperkowski/nvrs/commit/843141248520b7a784cae15c0571cd23e68d277e))

### 🐛 Bug Fixes

- (*ui*) `sync` errors displayed twice when no `--no-fail` ([8d7e341](https://github.com/adamperkowski/nvrs/commit/8d7e3413e258ac1b1a38256de10f02d8f078d68d))

### 📚 Documentation

- (*README*) add installation & usage instructions ([cd0bd72](https://github.com/adamperkowski/nvrs/commit/cd0bd7269f35ccb559f81abfda62c69ae06bce79))

## [0.1.4] - 2024-11-25

### 🚀 Features
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 = "nvrs"
version = "0.1.4"
version = "0.1.5-pre1"
authors = ["Adam Perkowski <[email protected]>"]
license = "MIT"
description = "🚦 fast new version checker for software releases 🦀"
Expand Down

0 comments on commit fa67635

Please sign in to comment.