Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade authored Dec 23, 2024
1 parent 6bd3359 commit e5066bb
Show file tree
Hide file tree
Showing 22 changed files with 103 additions and 42 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions crates/konfigkoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.1.11] - 2024-12-23

### ⚙️ Other stuff

- Update Cargo.lock dependencies
- Update Cargo.toml dependencies

## [0.1.10] - 2024-12-16

### 🚀 Features
Expand Down
14 changes: 7 additions & 7 deletions crates/konfigkoll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MPL-2.0"
name = "konfigkoll"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.80.0"
version = "0.1.10"
version = "0.1.11"

[[bin]]
name = "konfigkoll"
Expand Down Expand Up @@ -46,14 +46,14 @@ directories.workspace = true
either.workspace = true
eyre.workspace = true
itertools.workspace = true
konfigkoll_core = { version = "0.5.1", path = "../konfigkoll_core" }
konfigkoll_script = { version = "0.1.8", path = "../konfigkoll_script" }
konfigkoll_types = { version = "0.2.4", path = "../konfigkoll_types" }
konfigkoll_core = { version = "0.5.2", path = "../konfigkoll_core" }
konfigkoll_script = { version = "0.1.9", path = "../konfigkoll_script" }
konfigkoll_types = { version = "0.2.5", path = "../konfigkoll_types" }
konfigkoll_utils = { version = "0.1.7", path = "../konfigkoll_utils" }
ouroboros.workspace = true
paketkoll_cache = { version = "0.2.7", path = "../paketkoll_cache" }
paketkoll_core = { version = "0.5.8", path = "../paketkoll_core" }
paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" }
paketkoll_cache = { version = "0.2.8", path = "../paketkoll_cache" }
paketkoll_core = { version = "0.5.9", path = "../paketkoll_core" }
paketkoll_types = { version = "0.2.3", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
rayon.workspace = true
rune = { workspace = true, features = ["cli"] }
Expand Down
6 changes: 6 additions & 0 deletions crates/konfigkoll_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.5.2] - 2024-12-23

### ⚙️ Other stuff

- Update Cargo.lock dependencies

## [0.5.1] - 2024-12-16

### 🚀 Features
Expand Down
8 changes: 4 additions & 4 deletions crates/konfigkoll_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
name = "konfigkoll_core"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.80.0"
version = "0.5.1"
version = "0.5.2"

[dependencies]
ahash.workspace = true
Expand All @@ -20,11 +20,11 @@ duct.workspace = true
either.workspace = true
eyre.workspace = true
itertools.workspace = true
konfigkoll_types = { version = "0.2.4", path = "../konfigkoll_types" }
konfigkoll_types = { version = "0.2.5", path = "../konfigkoll_types" }
libc.workspace = true
nix = { workspace = true, features = ["user"] }
paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.7", path = "../paketkoll_utils" }
paketkoll_types = { version = "0.2.3", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.8", path = "../paketkoll_utils" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
parking_lot.workspace = true
rayon.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/konfigkoll_script/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.1.9] - 2024-12-23

### ⚙️ Other stuff

- Update Cargo.toml dependencies

## [0.1.8] - 2024-12-16

### 🚀 Features
Expand Down
6 changes: 3 additions & 3 deletions crates/konfigkoll_script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
name = "konfigkoll_script"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.80.0"
version = "0.1.8"
version = "0.1.9"

[dependencies]
ahash.workspace = true
Expand All @@ -22,9 +22,9 @@ itertools.workspace = true
konfigkoll_hwinfo = { version = "0.1.7", path = "../konfigkoll_hwinfo", features = [
"rune",
] }
konfigkoll_types = { version = "0.2.4", path = "../konfigkoll_types" }
konfigkoll_types = { version = "0.2.5", path = "../konfigkoll_types" }
konfigkoll_utils = { version = "0.1.7", path = "../konfigkoll_utils" }
paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" }
paketkoll_types = { version = "0.2.3", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
parking_lot.workspace = true
regex.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/konfigkoll_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.2.5] - 2024-12-23

### ⚙️ Other stuff

- Updated the following local packages: paketkoll_types, paketkoll_utils

## [0.2.4] - 2024-12-16

### 🚀 Features
Expand Down
6 changes: 3 additions & 3 deletions crates/konfigkoll_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ license = "MPL-2.0"
name = "konfigkoll_types"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.80.0"
version = "0.2.4"
version = "0.2.5"

[dependencies]
camino.workspace = true
compact_str.workspace = true
either.workspace = true
eyre.workspace = true
paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.7", path = "../paketkoll_utils" }
paketkoll_types = { version = "0.2.3", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.8", path = "../paketkoll_utils" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
strum.workspace = true

Expand Down
6 changes: 6 additions & 0 deletions crates/paketkoll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.3.9] - 2024-12-23

### ⚙️ Other stuff

- Update Cargo.lock dependencies

## [0.3.8] - 2024-12-16

### ⚙️ Other stuff
Expand Down
6 changes: 3 additions & 3 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.80.0"
version = "0.3.8"
version = "0.3.9"

[features]
# Default features
Expand Down Expand Up @@ -36,8 +36,8 @@ color-eyre.workspace = true
compact_str.workspace = true
eyre.workspace = true
os_info.workspace = true
paketkoll_core = { version = "0.5.8", path = "../paketkoll_core" }
paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" }
paketkoll_core = { version = "0.5.9", path = "../paketkoll_core" }
paketkoll_types = { version = "0.2.3", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
proc-exit.workspace = true
rayon.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/paketkoll_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.2.8] - 2024-12-23

### ⚙️ Other stuff

- Updated the following local packages: paketkoll_types

## [0.2.7] - 2024-12-16

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions crates/paketkoll_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ license = "MPL-2.0"
name = "paketkoll_cache"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.80.0"
version = "0.2.7"
version = "0.2.8"

[dependencies]
ahash.workspace = true
cached.workspace = true
compact_str.workspace = true
dashmap.workspace = true
eyre.workspace = true
paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" }
paketkoll_types = { version = "0.2.3", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
serde.workspace = true
smallvec.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/paketkoll_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.5.9] - 2024-12-23

### ⚙️ Other stuff

- Updated the following local packages: paketkoll_types, paketkoll_utils, systemd_tmpfiles

## [0.5.8] - 2024-12-16

### 🚀 Features
Expand Down
8 changes: 4 additions & 4 deletions 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.80.0"
version = "0.5.8"
version = "0.5.9"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
Expand Down Expand Up @@ -73,8 +73,8 @@ md-5 = { workspace = true, optional = true }
mtree2 = { version = "0.6.9", path = "../mtree2", optional = true }
nix = { workspace = true, features = ["user"], optional = true }
num_cpus.workspace = true
paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.7", path = "../paketkoll_utils" }
paketkoll_types = { version = "0.2.3", path = "../paketkoll_types" }
paketkoll_utils = { version = "0.1.8", path = "../paketkoll_utils" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
parking_lot.workspace = true
phf.workspace = true
Expand All @@ -85,7 +85,7 @@ rust-ini = { workspace = true, optional = true }
scopeguard.workspace = true
smallvec.workspace = true
strum.workspace = true
systemd_tmpfiles = { version = "0.2.2", path = "../systemd_tmpfiles", optional = true }
systemd_tmpfiles = { version = "0.2.3", path = "../systemd_tmpfiles", optional = true }
tar.workspace = true
tracing.workspace = true
xz2 = { workspace = true, optional = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/paketkoll_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.2.3] - 2024-12-23

### ⚙️ Other stuff

- Update Cargo.toml dependencies

## [0.2.2] - 2024-12-16

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion crates/paketkoll_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
name = "paketkoll_types"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.80.0"
version = "0.2.2"
version = "0.2.3"

[dependencies]
ahash.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/paketkoll_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ edited).
For a possibly more edited message focused on the binary please see the github
releases.

## [0.1.8] - 2024-12-23

### ⚙️ Other stuff

- Add missing keywords to make lib.rs happy

## [0.1.7] - 2024-12-16

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions crates/paketkoll_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ license = "MPL-2.0"
name = "paketkoll_utils"
repository = "https://github.com/VorpalBlade/paketkoll"
rust-version = "1.80.0"
version = "0.1.7"
version = "0.1.8"

[dependencies]
eyre.workspace = true
paketkoll_types = { version = "0.2.2", path = "../paketkoll_types" }
paketkoll_types = { version = "0.2.3", path = "../paketkoll_types" }
paketkoll_workspace_hack = { version = "0.1", path = "../paketkoll_workspace_hack" }
ring.workspace = true

Expand Down
Loading

0 comments on commit e5066bb

Please sign in to comment.