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 Feb 29, 2024
1 parent 967ca45 commit fed6105
Show file tree
Hide file tree
Showing 5 changed files with 33 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.

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

## [0.1.3] - 2024-02-29

### 🚀 Shiny new things (features)

- Ability to limit which crates to scan

### 📚 Things to read (documentation)

- Add categories & keywords

### ⚙️ Other stuff

- Update dependencies

## [0.1.2] - 2024-02-26

### 🚀 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.2"
version = "0.1.3"

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

[build-dependencies]
Expand Down
14 changes: 14 additions & 0 deletions crates/paketkoll_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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-02-29

### 🚀 Shiny new things (features)

- Ability to limit which crates to scan

### 📚 Things to read (documentation)

- Add categories & keywords

### ⚙️ Other stuff

- Update dependencies

## [0.1.1] - 2024-02-26

### 🐛 No longer broken (bug fixes)
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.1.1"
version = "0.2.0"

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

0 comments on commit fed6105

Please sign in to comment.