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 3, 2023
1 parent 9728e22 commit 67643c0
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.17.0

Released on 2023-11-03.

* MSRV 1.62 -> 1.70.
* Package version lexical comparison reworked to avoid sorting.
* `.deb` tar archives now correctly encode directories as directory entries.
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.16.0"
version = "0.17.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
rust-version = "1.70"
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.8.0

Released on 2023-11-03.

## 0.7.0 and Earlier

* No changelog kept.
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.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Gregory Szorc <[email protected]>"]
license = "MPL-2.0"
Expand All @@ -23,7 +23,7 @@ thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["full"] }

[dependencies.debian-packaging]
version = "0.16.0"
version = "0.17.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.2.0

Released on 2023-11-03.

## 0.1.0

* No changelog kept.
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.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Gregory Szorc <[email protected]>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -34,11 +34,11 @@ xz2 = { version = "0.1.7", features = ["static"] }
zstd = "0.13.0"

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

[dependencies.rpm-repository]
version = "0.1.0"
version = "0.2.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.2.0

Released on 2023-11-03.

## 0.1.0

* No changelog kept.
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.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Gregory Szorc <[email protected]>"]
license = "MPL-2.0"
Expand Down

0 comments on commit 67643c0

Please sign in to comment.