Skip to content

Commit

Permalink
chore(release): prepare for v0.1.6-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Dec 3, 2024
1 parent 442c06f commit b1fd25f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

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

## [upstream]
## [0.1.6-pre1] - 2024-12-03

### 🚀 Features

- `--list-sources` command ([442c06f](https://github.com/adamperkowski/nvrs/commit/442c06f0e56f4adcc0c2ad44d042997cb088a930))

### ⚙️ Refactoring

- (*verfiles, config*) saving & loading improvements ([81d7efd](https://github.com/adamperkowski/nvrs/commit/81d7efd24b9b425f59bec1cdbb588bc25ed433cb))
- split features & binaries ([4acd98e](https://github.com/adamperkowski/nvrs/commit/4acd98e5d2c5df0845c6bd512cb40f705da9361e))

### 📚 Documentation

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nvrs"
version = "0.1.5"
version = "0.1.6-pre1"
authors = ["Adam Perkowski <[email protected]>"]
license = "MIT"
description = "🚦 fast new version checker for software releases 🦀"
Expand All @@ -21,6 +21,7 @@ include = [

[features]
nvrs_cli = ["clap", "colored", "futures"]
nvrs_tui = []
default = ["aur", "github", "gitlab"]
aur = []
github = []
Expand Down
3 changes: 3 additions & 0 deletions src/tui.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("nvrs TUI is not implemented yet.");
}

0 comments on commit b1fd25f

Please sign in to comment.