Skip to content

Commit

Permalink
workspace: perform releases
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Nov 2, 2024
1 parent 131a286 commit ad2fe49
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions debian-packaging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.18.0

Released on 2024-11-02.

* Fixed compile error when building without the `http` feature.
* MSRV 1.70 -> 1.75.
* `tokio` is now an optional dependency and is dependent on the `http` feature.
Expand Down
2 changes: 1 addition & 1 deletion debian-packaging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "debian-packaging"
version = "0.17.0"
version = "0.18.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand Down
4 changes: 4 additions & 0 deletions debian-repo-tool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.9.0

Released on 2024-11-02.

## 0.8.0

Released on 2023-11-03.
Expand Down
4 changes: 2 additions & 2 deletions debian-repo-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "debian-repo-tool"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
rust-version = "1.75"
authors = ["Gregory Szorc <[email protected]>"]
Expand All @@ -24,7 +24,7 @@ thiserror = "1.0.66"
tokio = { version = "1.41.0", features = ["full"] }

[dependencies.debian-packaging]
version = "0.17.0"
version = "0.18.0"
path = "../debian-packaging"

[dev-dependencies]
Expand Down
4 changes: 4 additions & 0 deletions linux-package-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.3.0

Released on 2024-11-02.

## 0.2.0

Released on 2023-11-03.
Expand Down
6 changes: 3 additions & 3 deletions linux-package-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linux-package-analyzer"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.75"
authors = ["Gregory Szorc <[email protected]>"]
Expand Down Expand Up @@ -35,11 +35,11 @@ xz2 = { version = "0.1.7", features = ["static"] }
zstd = "0.13.2"

[dependencies.debian-packaging]
version = "0.17.0"
version = "0.18.0"
path = "../debian-packaging"

[dependencies.rpm-repository]
version = "0.2.0"
version = "0.3.0"
path = "../rpm-repository"

# rpm-rs seems to be unmaintained and its old dependencies are holding us back.
Expand Down
4 changes: 4 additions & 0 deletions rpm-repository/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

Released on ReleaseDate.

## 0.3.0

Released on 2024-11-02.

## 0.2.0

Released on 2023-11-03.
Expand Down
2 changes: 1 addition & 1 deletion rpm-repository/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpm-repository"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.75"
authors = ["Gregory Szorc <[email protected]>"]
Expand Down

0 comments on commit ad2fe49

Please sign in to comment.