Skip to content

Commit a0e4647

Browse files
chore: release (#542)
## πŸ€– New release * `rattler`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) * `rattler_conda_types`: 0.19.0 -> 0.20.0 (βœ“ API compatible changes) * `rattler_digest`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) * `rattler_macros`: 0.19.0 -> 0.19.1 * `rattler_package_streaming`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) * `rattler_networking`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) * `rattler_lock`: 0.19.0 -> 0.20.0 (⚠️ API breaking changes) * `rattler_repodata_gateway`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) * `rattler_solve`: 0.19.0 -> 0.20.0 (βœ“ API compatible changes) * `rattler_libsolv_c`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) * `rattler_virtual_packages`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) * `rattler_index`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) * `rattler_shell`: 0.19.0 -> 0.19.1 (βœ“ API compatible changes) ### ⚠️ `rattler_lock` breaking changes ``` --- failure enum_variant_added: enum variant added on exhaustive enum --- Description: A publicly-visible enum without #[non_exhaustive] has a new variant. ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/enum_variant_added.ron Failed in: variant ParseCondaLockError:InvalidPypiPackageName in /tmp/.tmpLu7Njp/rattler/crates/rattler_lock/src/parse/mod.rs:37 ``` <details><summary><i><b>Changelog</b></i></summary><p> ## `rattler` <blockquote> ## [0.19.1](rattler-v0.19.0...rattler-v0.19.1) - 2024-03-06 ### Added - generalised CLI authentication ([#537](#537)) ### Fixed - removal of multiple packages that clobber each other ([#556](#556)) - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_conda_types` <blockquote> ## [0.20.0](rattler_conda_types-v0.19.0...rattler_conda_types-v0.20.0) - 2024-03-06 ### Added - [**breaking**] optional strict parsing of matchspec and versionspec ([#552](#552)) ### Fixed - patch unsupported glob operators ([#551](#551)) - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_digest` <blockquote> ## [0.19.1](rattler_digest-v0.19.0...rattler_digest-v0.19.1) - 2024-03-06 ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_macros` <blockquote> ## [0.19.1](rattler_macros-v0.19.0...rattler_macros-v0.19.1) - 2024-03-06 ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_package_streaming` <blockquote> ## [0.19.1](rattler_package_streaming-v0.19.0...rattler_package_streaming-v0.19.1) - 2024-03-06 ### Fixed - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_networking` <blockquote> ## [0.19.1](rattler_networking-v0.19.0...rattler_networking-v0.19.1) - 2024-03-06 ### Fixed - add snapshot test and use btreemap in file backend ([#543](#543)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_lock` <blockquote> ## [0.20.0](rattler_lock-v0.19.0...rattler_lock-v0.20.0) - 2024-03-06 ### Added - sort extras by name and urls by filename ([#540](#540)) ### Fixed - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) - bump pep508_rs and pep440_rs ([#549](#549)) </blockquote> ## `rattler_repodata_gateway` <blockquote> ## [0.19.1](rattler_repodata_gateway-v0.19.0...rattler_repodata_gateway-v0.19.1) - 2024-03-06 ### Fixed - correct condition to downweigh track-feature packages ([#545](#545)) - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_solve` <blockquote> ## [0.20.0](rattler_solve-v0.19.0...rattler_solve-v0.20.0) - 2024-03-06 ### Added - [**breaking**] optional strict parsing of matchspec and versionspec ([#552](#552)) ### Fixed - removal of multiple packages that clobber each other ([#556](#556)) - correct condition to downweigh track-feature packages ([#545](#545)) - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_libsolv_c` <blockquote> ## [0.19.1](rattler_libsolv_c-v0.19.0...rattler_libsolv_c-v0.19.1) - 2024-03-06 ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_virtual_packages` <blockquote> ## [0.19.1](rattler_virtual_packages-v0.19.0...rattler_virtual_packages-v0.19.1) - 2024-03-06 ### Fixed - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_index` <blockquote> ## [0.19.1](rattler_index-v0.19.0...rattler_index-v0.19.1) - 2024-03-06 ### Fixed - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> ## `rattler_shell` <blockquote> ## [0.19.1](rattler_shell-v0.19.0...rattler_shell-v0.19.1) - 2024-03-06 ### Fixed - dont use workspace dependencies for local crates ([#546](#546)) ### Other - every crate should have its own version ([#557](#557)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: Bas <4995967+baszalmstra@users.noreply.github.com> Co-authored-by: Bas <4995967+baszalmstra@users.noreply.github.com>
1 parent f97c97b commit a0e4647

File tree

27 files changed

+154
-41
lines changed

27 files changed

+154
-41
lines changed

β€Žcrates/rattler-bin/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ futures = { workspace = true }
3030
indicatif = { workspace = true }
3131
itertools = { workspace = true }
3232
once_cell = { workspace = true }
33-
rattler = { path="../rattler", version = "0.19.0", default-features = false }
34-
rattler_conda_types = { path="../rattler_conda_types", version = "0.19.0", default-features = false }
35-
rattler_networking = { path="../rattler_networking", version = "0.19.0", default-features = false }
36-
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.19.0", default-features = false, features = ["sparse"] }
37-
rattler_solve = { path="../rattler_solve", version = "0.19.0", default-features = false, features = ["resolvo", "libsolv_c"] }
38-
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "0.19.0", default-features = false }
33+
rattler = { path="../rattler", version = "0.19.1", default-features = false }
34+
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.0", default-features = false }
35+
rattler_networking = { path="../rattler_networking", version = "0.19.1", default-features = false }
36+
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.19.1", default-features = false, features = ["sparse"] }
37+
rattler_solve = { path="../rattler_solve", version = "0.20.0", default-features = false, features = ["resolvo", "libsolv_c"] }
38+
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "0.19.1", default-features = false }
3939
reqwest = { workspace = true }
4040
reqwest-middleware = { workspace = true }
4141
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

β€Žcrates/rattler/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler-v0.19.0...rattler-v0.19.1) - 2024-03-06
10+
11+
### Added
12+
- generalised CLI authentication ([#537](https://github.com/mamba-org/rattler/pull/537))
13+
14+
### Fixed
15+
- removal of multiple packages that clobber each other ([#556](https://github.com/mamba-org/rattler/pull/556))
16+
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))
17+
18+
### Other
19+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
20+
921
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler-v0.18.0...rattler-v0.19.0) - 2024-02-26
1022

β€Žcrates/rattler/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "Rust library to install conda environments"
@@ -36,10 +36,10 @@ memmap2 = { workspace = true }
3636
nom = { workspace = true }
3737
once_cell = { workspace = true }
3838
pin-project-lite = { workspace = true }
39-
rattler_conda_types = { path="../rattler_conda_types", version = "0.19.0", default-features = false }
40-
rattler_digest = { path="../rattler_digest", version = "0.19.0", default-features = false }
41-
rattler_networking = { path="../rattler_networking", version = "0.19.0", default-features = false }
42-
rattler_package_streaming = { path="../rattler_package_streaming", version = "0.19.0", default-features = false, features = ["reqwest"] }
39+
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.0", default-features = false }
40+
rattler_digest = { path="../rattler_digest", version = "0.19.1", default-features = false }
41+
rattler_networking = { path="../rattler_networking", version = "0.19.1", default-features = false }
42+
rattler_package_streaming = { path="../rattler_package_streaming", version = "0.19.1", default-features = false, features = ["reqwest"] }
4343
reflink-copy = { workspace = true }
4444
regex = { workspace = true }
4545
reqwest = { workspace = true, features = ["stream", "json", "gzip"] }

β€Žcrates/rattler_conda_types/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.0](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.19.0...rattler_conda_types-v0.20.0) - 2024-03-06
10+
11+
### Added
12+
- [**breaking**] optional strict parsing of matchspec and versionspec ([#552](https://github.com/mamba-org/rattler/pull/552))
13+
14+
### Fixed
15+
- patch unsupported glob operators ([#551](https://github.com/mamba-org/rattler/pull/551))
16+
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))
17+
18+
### Other
19+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
20+
921
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_conda_types-v0.18.0...rattler_conda_types-v0.19.0) - 2024-02-26
1022

1123
### Fixed

β€Žcrates/rattler_conda_types/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_conda_types"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "Rust data types for common types used within the Conda ecosystem"
@@ -20,8 +20,8 @@ itertools = { workspace = true }
2020
lazy-regex = { workspace = true }
2121
nom = { workspace = true }
2222
purl = { workspace = true, features = ["serde"] }
23-
rattler_digest = { path="../rattler_digest", version = "0.19.0", default-features = false, features = ["serde"] }
24-
rattler_macros = { path="../rattler_macros", version = "0.19.0", default-features = false }
23+
rattler_digest = { path="../rattler_digest", version = "0.19.1", default-features = false, features = ["serde"] }
24+
rattler_macros = { path="../rattler_macros", version = "0.19.1", default-features = false }
2525
regex = { workspace = true }
2626
serde = { workspace = true, features = ["derive", "rc"] }
2727
serde_json = { workspace = true }

β€Žcrates/rattler_digest/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_digest-v0.19.0...rattler_digest-v0.19.1) - 2024-03-06
10+
11+
### Other
12+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
13+
914
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_digest-v0.18.0...rattler_digest-v0.19.0) - 2024-02-26

β€Žcrates/rattler_digest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_digest"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "An simple crate used by rattler crates to compute different hashes from different sources"

β€Žcrates/rattler_index/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.0...rattler_index-v0.19.1) - 2024-03-06
10+
11+
### Fixed
12+
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))
13+
14+
### Other
15+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
16+
917
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_index-v0.18.0...rattler_index-v0.19.0) - 2024-02-26
1018

1119
### Fixed

β€Žcrates/rattler_index/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_index"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = []
66
description = "A crate that indexes directories containing conda packages to create local conda channels"
@@ -12,9 +12,9 @@ readme.workspace = true
1212

1313
[dependencies]
1414
fs-err = { workspace = true }
15-
rattler_conda_types = { path="../rattler_conda_types", version = "0.19.0", default-features = false }
16-
rattler_digest = { path="../rattler_digest", version = "0.19.0", default-features = false }
17-
rattler_package_streaming = { path="../rattler_package_streaming", version = "0.19.0", default-features = false }
15+
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.0", default-features = false }
16+
rattler_digest = { path="../rattler_digest", version = "0.19.1", default-features = false }
17+
rattler_package_streaming = { path="../rattler_package_streaming", version = "0.19.1", default-features = false }
1818
serde_json = { workspace = true }
1919
tracing = { workspace = true }
2020
walkdir = { workspace = true }

β€Žcrates/rattler_libsolv_c/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_libsolv_c-v0.19.0...rattler_libsolv_c-v0.19.1) - 2024-03-06
10+
11+
### Other
12+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
13+
914
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_libsolv_c-v0.18.0...rattler_libsolv_c-v0.19.0) - 2024-02-26

β€Žcrates/rattler_libsolv_c/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_libsolv_c"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "Bindings for libsolv"

β€Žcrates/rattler_lock/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.0](https://github.com/mamba-org/rattler/compare/rattler_lock-v0.19.0...rattler_lock-v0.20.0) - 2024-03-06
10+
11+
### Added
12+
- sort extras by name and urls by filename ([#540](https://github.com/mamba-org/rattler/pull/540))
13+
14+
### Fixed
15+
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))
16+
17+
### Other
18+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
19+
- bump pep508_rs and pep440_rs ([#549](https://github.com/mamba-org/rattler/pull/549))
20+
921
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_lock-v0.18.0...rattler_lock-v0.19.0) - 2024-02-26

β€Žcrates/rattler_lock/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_lock"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "Rust data types for conda lock"
@@ -15,8 +15,8 @@ chrono = { workspace = true }
1515
fxhash = { workspace = true }
1616
indexmap = { workspace = true, features = ["serde"] }
1717
itertools = { workspace = true }
18-
rattler_conda_types = { path="../rattler_conda_types", version = "0.19.0", default-features = false }
19-
rattler_digest = { path="../rattler_digest", version = "0.19.0", default-features = false }
18+
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.0", default-features = false }
19+
rattler_digest = { path="../rattler_digest", version = "0.19.1", default-features = false }
2020
pep508_rs = { workspace = true, features = ["serde"] }
2121
pep440_rs = { workspace = true, features = ["serde"] }
2222
serde = { workspace = true, features = ["derive"] }

β€Žcrates/rattler_macros/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_macros-v0.19.0...rattler_macros-v0.19.1) - 2024-03-06
10+
11+
### Other
12+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
13+
914
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_macros-v0.18.0...rattler_macros-v0.19.0) - 2024-02-26

β€Žcrates/rattler_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_macros"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = ["Wolf Vollprecht <w.vollprecht@gmail.com>"]
66
description = "A crate that provideds some procedural macros for the rattler project"

β€Žcrates/rattler_networking/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_networking-v0.19.0...rattler_networking-v0.19.1) - 2024-03-06
10+
11+
### Fixed
12+
- add snapshot test and use btreemap in file backend ([#543](https://github.com/mamba-org/rattler/pull/543))
13+
14+
### Other
15+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
16+
917
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_networking-v0.18.0...rattler_networking-v0.19.0) - 2024-02-26
1018

1119
### Fixed

β€Žcrates/rattler_networking/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_networking"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = ["Wolf Vollprecht <w.vollprecht@gmail.com>"]
66
description = "Authenticated requests in the conda ecosystem"

β€Žcrates/rattler_package_streaming/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_package_streaming-v0.19.0...rattler_package_streaming-v0.19.1) - 2024-03-06
10+
11+
### Fixed
12+
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))
13+
14+
### Other
15+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
16+
917
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_package_streaming-v0.18.0...rattler_package_streaming-v0.19.0) - 2024-02-26
1018

1119
### Fixed

β€Žcrates/rattler_package_streaming/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_package_streaming"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "Extract and stream of Conda package archives"
@@ -16,9 +16,9 @@ chrono = { workspace = true }
1616
futures-util = { workspace = true }
1717
itertools = { workspace = true }
1818
num_cpus = { workspace = true }
19-
rattler_conda_types = { path="../rattler_conda_types", version = "0.19.0", default-features = false }
20-
rattler_digest = { path="../rattler_digest", version = "0.19.0", default-features = false }
21-
rattler_networking = { path="../rattler_networking", version = "0.19.0", default-features = false }
19+
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.0", default-features = false }
20+
rattler_digest = { path="../rattler_digest", version = "0.19.1", default-features = false }
21+
rattler_networking = { path="../rattler_networking", version = "0.19.1", default-features = false }
2222
reqwest = { workspace = true, features = ["stream"], optional = true }
2323
reqwest-middleware = { workspace = true, optional = true }
2424
serde_json = { workspace = true }

β€Žcrates/rattler_repodata_gateway/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_repodata_gateway-v0.19.0...rattler_repodata_gateway-v0.19.1) - 2024-03-06
10+
11+
### Fixed
12+
- correct condition to downweigh track-feature packages ([#545](https://github.com/mamba-org/rattler/pull/545))
13+
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))
14+
15+
### Other
16+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
17+
918
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_repodata_gateway-v0.18.0...rattler_repodata_gateway-v0.19.0) - 2024-02-26

β€Žcrates/rattler_repodata_gateway/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_repodata_gateway"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "A crate to interact with Conda repodata"
@@ -31,8 +31,8 @@ serde = { workspace = true, features = ["derive"] }
3131
serde_json = { workspace = true }
3232
pin-project-lite = { workspace = true }
3333
md-5 = { workspace = true }
34-
rattler_digest = { path="../rattler_digest", version = "0.19.0", default-features = false, features = ["tokio", "serde"] }
35-
rattler_conda_types = { path="../rattler_conda_types", version = "0.19.0", default-features = false, optional = true }
34+
rattler_digest = { path="../rattler_digest", version = "0.19.1", default-features = false, features = ["tokio", "serde"] }
35+
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.0", default-features = false, optional = true }
3636
fxhash = { workspace = true, optional = true }
3737
memmap2 = { workspace = true, optional = true }
3838
ouroboros = { workspace = true, optional = true }
@@ -41,7 +41,7 @@ superslice = { workspace = true, optional = true }
4141
itertools = { workspace = true, optional = true }
4242
json-patch = { workspace = true }
4343
hex = { workspace = true, features = ["serde"] }
44-
rattler_networking = { path="../rattler_networking", version = "0.19.0", default-features = false }
44+
rattler_networking = { path="../rattler_networking", version = "0.19.1", default-features = false }
4545

4646
[target.'cfg(unix)'.dependencies]
4747
libc = { workspace = true }

β€Žcrates/rattler_shell/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_shell-v0.19.0...rattler_shell-v0.19.1) - 2024-03-06
10+
11+
### Fixed
12+
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))
13+
14+
### Other
15+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
16+
917
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_shell-v0.18.0...rattler_shell-v0.19.0) - 2024-02-26

β€Žcrates/rattler_shell/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_shell"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition.workspace = true
55
authors = ["Wolf Vollprecht <w.vollprecht@gmail.com>"]
66
description = "A crate to help with activation and deactivation of a conda environment"
@@ -14,7 +14,7 @@ readme.workspace = true
1414
enum_dispatch = { workspace = true }
1515
indexmap = { workspace = true }
1616
itertools = { workspace = true }
17-
rattler_conda_types = { path="../rattler_conda_types", version = "0.19.0", default-features = false }
17+
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.0", default-features = false }
1818
serde_json = { workspace = true, features = ["preserve_order"] }
1919
shlex = { workspace = true }
2020
sysinfo = { workspace = true, optional = true }

β€Žcrates/rattler_solve/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.0](https://github.com/mamba-org/rattler/compare/rattler_solve-v0.19.0...rattler_solve-v0.20.0) - 2024-03-06
10+
11+
### Added
12+
- [**breaking**] optional strict parsing of matchspec and versionspec ([#552](https://github.com/mamba-org/rattler/pull/552))
13+
14+
### Fixed
15+
- removal of multiple packages that clobber each other ([#556](https://github.com/mamba-org/rattler/pull/556))
16+
- correct condition to downweigh track-feature packages ([#545](https://github.com/mamba-org/rattler/pull/545))
17+
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546))
18+
19+
### Other
20+
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557))
21+
922
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_solve-v0.18.0...rattler_solve-v0.19.0) - 2024-02-26

0 commit comments

Comments
Β (0)