Skip to content

Commit

Permalink
chore(release): prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
devolutionsbot authored Jan 16, 2025
1 parent 1834c04 commit 23b90a0
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 16 deletions.
22 changes: 11 additions & 11 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 picky-asn1-der/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [[0.5.2](https://github.com/Devolutions/picky-rs/compare/picky-asn1-der-v0.5.1...picky-asn1-der-v0.5.2)] - 2025-01-16

### <!-- 4 -->Bug Fixes

- Symlinks to license files in packages (#339) ([1834c04f39](https://github.com/Devolutions/picky-rs/commit/1834c04f3930fb1bbf040deb6525b166e378b8aa))

Use symlinks instead of copying files to avoid a “dirty” state during
cargo publish and preserve VCS info. With #337 merged, CI handles
publishing consistently, so developer environments no longer matter.


## [0.5.1] 2024-11-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion picky-asn1-der/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky-asn1-der"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
rust-version = "1.61"
authors = [
Expand Down
12 changes: 12 additions & 0 deletions picky-asn1-x509/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [[0.14.3](https://github.com/Devolutions/picky-rs/compare/picky-asn1-x509-v0.14.2...picky-asn1-x509-v0.14.3)] - 2025-01-16

### <!-- 4 -->Bug Fixes

- Symlinks to license files in packages (#339) ([1834c04f39](https://github.com/Devolutions/picky-rs/commit/1834c04f3930fb1bbf040deb6525b166e378b8aa))

Use symlinks instead of copying files to avoid a “dirty” state during
cargo publish and preserve VCS info. With #337 merged, CI handles
publishing consistently, so developer environments no longer matter.



## [[0.14.2](https://github.com/Devolutions/picky-rs/compare/picky-asn1-x509-v0.14.1...picky-asn1-x509-v0.14.2)] - 2025-01-13

### <!-- 1 -->Features
Expand Down
2 changes: 1 addition & 1 deletion picky-asn1-x509/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky-asn1-x509"
version = "0.14.2"
version = "0.14.3"
authors = [
"Benoît CORTIER <[email protected]>",
"Sergey Noskov <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions picky-asn1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [[0.10.1](https://github.com/Devolutions/picky-rs/compare/picky-asn1-v0.10.0...picky-asn1-v0.10.1)] - 2025-01-16

### <!-- 4 -->Bug Fixes

- Symlinks to license files in packages (#339) ([1834c04f39](https://github.com/Devolutions/picky-rs/commit/1834c04f3930fb1bbf040deb6525b166e378b8aa))

Use symlinks instead of copying files to avoid a “dirty” state during
cargo publish and preserve VCS info. With #337 merged, CI handles
publishing consistently, so developer environments no longer matter.


## [0.10.0] 2024-11-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion picky-asn1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky-asn1"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
rust-version = "1.61"
authors = [
Expand Down
19 changes: 19 additions & 0 deletions picky-test-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [[0.1.1](https://github.com/Devolutions/picky-rs/compare/picky-test-data-v0.1.0...picky-test-data-v0.1.1)] - 2025-01-16

### <!-- 4 -->Bug Fixes

- Symlinks to license files in packages (#339) ([1834c04f39](https://github.com/Devolutions/picky-rs/commit/1834c04f3930fb1bbf040deb6525b166e378b8aa))

Use symlinks instead of copying files to avoid a “dirty” state during
cargo publish and preserve VCS info. With #337 merged, CI handles
publishing consistently, so developer environments no longer matter.


2 changes: 1 addition & 1 deletion picky-test-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky-test-data"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Test data for the picky crates"
rust-version = "1.56.0"
Expand Down
12 changes: 12 additions & 0 deletions picky/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [[7.0.0-rc.12](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.11...picky-v7.0.0-rc.12)] - 2025-01-16

### <!-- 4 -->Bug Fixes

- Symlinks to license files in packages (#339) ([1834c04f39](https://github.com/Devolutions/picky-rs/commit/1834c04f3930fb1bbf040deb6525b166e378b8aa))

Use symlinks instead of copying files to avoid a “dirty” state during
cargo publish and preserve VCS info. With #337 merged, CI handles
publishing consistently, so developer environments no longer matter.


## [7.0.0-rc.1 to 7.0.0-rc.11](https://github.com/Devolutions/picky-rs/compare/picky-6.4.0...picky-v7.0.0-rc.11)

### Added
Expand Down
2 changes: 1 addition & 1 deletion picky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky"
version = "7.0.0-rc.11"
version = "7.0.0-rc.12"
authors = [
"Benoît CORTIER <[email protected]>",
"Jonathan Trepanier <[email protected]>",
Expand Down

0 comments on commit 23b90a0

Please sign in to comment.