Skip to content

Commit

Permalink
chore(release): prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Mar 10, 2024
1 parent 2fe1846 commit bb3891d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
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.

12 changes: 12 additions & 0 deletions crates/paketkoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ is generated automatically from commit messages.
For a possibly more edited message focused on the binary please see the github
releases.

## [0.2.0] - 2024-03-10

### 🚀 Shiny new things (features)

- Generate man pages for all sub-commands
- [**breaking**] Add scanning for unmanaged files
- Generate man page from command line parser

### 📚 Things to read (documentation)

- Add note about pacman -Qkk

## [0.1.3] - 2024-02-29

### 🚀 Shiny new things (features)
Expand Down
4 changes: 2 additions & 2 deletions crates/paketkoll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "paketkoll"
readme = "../../README.md"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.76.0"
version = "0.1.3"
version = "0.2.0"

[features]
# Default features
Expand All @@ -27,7 +27,7 @@ clap = { version = "4.5.2", features = ["derive"] }
env_logger = "0.11.3"
log = "0.4.21"
os_info = { version = "3.7.0", default-features = false }
paketkoll_core = { version = "0.2.0", path = "../paketkoll_core" }
paketkoll_core = { version = "0.3.0", path = "../paketkoll_core" }
proc-exit = "2.0.1"
rayon = "1.9.0"

Expand Down
11 changes: 11 additions & 0 deletions crates/paketkoll_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ is generated automatically from commit messages.
For a possibly more edited message focused on the binary please see the github
releases.

## [0.3.0] - 2024-03-10

### 🚀 Shiny new things (features)

- [**breaking**] Add scanning for unmanaged files

### ⚙️ Other stuff

- Fix nightly clippy lint
- Code cleanup

## [0.2.0] - 2024-02-29

### 🚀 Shiny new things (features)
Expand Down
2 changes: 1 addition & 1 deletion crates/paketkoll_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
name = "paketkoll_core"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.76.0"
version = "0.2.0"
version = "0.3.0"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
Expand Down

0 comments on commit bb3891d

Please sign in to comment.