Skip to content

Commit

Permalink
bump: v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Feb 26, 2024
1 parent a989059 commit e2b78c7
Show file tree
Hide file tree
Showing 14 changed files with 143 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ opt-level = 3
opt-level = 3

[workspace.package]
version = "0.18.0"
version = "0.19.0"
categories = ["conda"]
homepage = "https://github.com/mamba-org/rattler"
repository = "https://github.com/mamba-org/rattler"
Expand Down Expand Up @@ -91,17 +91,17 @@ plist = "1"
purl = { version = "0.1.2", features = ["serde"] }
quote = "1.0.35"
rand = "0.8.5"
rattler = { version = "0.18.0", path = "crates/rattler", default-features = false }
rattler_conda_types = { version = "0.18.0", path = "crates/rattler_conda_types", default-features = false }
rattler_digest = { version = "0.18.0", path = "crates/rattler_digest", default-features = false }
rattler_libsolv_c = { version = "0.18.0", path = "crates/rattler_libsolv_c", default-features = false }
rattler_lock = { version = "0.18.0", path = "crates/rattler_lock" }
rattler_macros = { version = "0.18.0", path = "crates/rattler_macros", default-features = false }
rattler_networking = { version = "0.18.0", path = "crates/rattler_networking", default-features = false }
rattler_package_streaming = { version = "0.18.0", path = "crates/rattler_package_streaming", default-features = false }
rattler_repodata_gateway = { version = "0.18.0", path = "crates/rattler_repodata_gateway", default-features = false }
rattler_solve = { version = "0.18.0", path = "crates/rattler_solve", default-features = false }
rattler_virtual_packages = { version = "0.18.0", path = "crates/rattler_virtual_packages", default-features = false }
rattler = { version = "0.19.0", path = "crates/rattler", default-features = false }
rattler_conda_types = { version = "0.19.0", path = "crates/rattler_conda_types", default-features = false }
rattler_digest = { version = "0.19.0", path = "crates/rattler_digest", default-features = false }
rattler_libsolv_c = { version = "0.19.0", path = "crates/rattler_libsolv_c", default-features = false }
rattler_lock = { version = "0.19.0", path = "crates/rattler_lock" }
rattler_macros = { version = "0.19.0", path = "crates/rattler_macros", default-features = false }
rattler_networking = { version = "0.19.0", path = "crates/rattler_networking", default-features = false }
rattler_package_streaming = { version = "0.19.0", path = "crates/rattler_package_streaming", default-features = false }
rattler_repodata_gateway = { version = "0.19.0", path = "crates/rattler_repodata_gateway", default-features = false }
rattler_solve = { version = "0.19.0", path = "crates/rattler_solve", default-features = false }
rattler_virtual_packages = { version = "0.19.0", path = "crates/rattler_virtual_packages", default-features = false }
reflink-copy = "0.1.14"
regex = "1.10.3"
reqwest = { version = "0.11.24", default-features = false }
Expand Down
10 changes: 10 additions & 0 deletions crates/rattler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler-v0.18.0...rattler-v0.19.0) - 2024-02-26

13 changes: 13 additions & 0 deletions crates/rattler_conda_types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_conda_types-v0.18.0...rattler_conda_types-v0.19.0) - 2024-02-26

### Fixed
- Fix arch for osx-arm64 and win-arm64 ([#528](https://github.com/baszalmstra/rattler/pull/528))
- Channel name display ([#531](https://github.com/baszalmstra/rattler/pull/531))
9 changes: 9 additions & 0 deletions crates/rattler_digest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_digest-v0.18.0...rattler_digest-v0.19.0) - 2024-02-26
12 changes: 12 additions & 0 deletions crates/rattler_index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_index-v0.18.0...rattler_index-v0.19.0) - 2024-02-26

### Fixed
- Add indexed packages to the relevant section in the repodata ([#529](https://github.com/baszalmstra/rattler/pull/529))
9 changes: 9 additions & 0 deletions crates/rattler_libsolv_c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_libsolv_c-v0.18.0...rattler_libsolv_c-v0.19.0) - 2024-02-26
9 changes: 9 additions & 0 deletions crates/rattler_lock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_lock-v0.18.0...rattler_lock-v0.19.0) - 2024-02-26
9 changes: 9 additions & 0 deletions crates/rattler_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_macros-v0.18.0...rattler_macros-v0.19.0) - 2024-02-26
12 changes: 12 additions & 0 deletions crates/rattler_networking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_networking-v0.18.0...rattler_networking-v0.19.0) - 2024-02-26

### Fixed
- redaction ([#539](https://github.com/baszalmstra/rattler/pull/539))
12 changes: 12 additions & 0 deletions crates/rattler_package_streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_package_streaming-v0.18.0...rattler_package_streaming-v0.19.0) - 2024-02-26

### Fixed
- flaky package extract error ([#535](https://github.com/baszalmstra/rattler/pull/535))
9 changes: 9 additions & 0 deletions crates/rattler_repodata_gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_repodata_gateway-v0.18.0...rattler_repodata_gateway-v0.19.0) - 2024-02-26
9 changes: 9 additions & 0 deletions crates/rattler_shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_shell-v0.18.0...rattler_shell-v0.19.0) - 2024-02-26
9 changes: 9 additions & 0 deletions crates/rattler_solve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_solve-v0.18.0...rattler_solve-v0.19.0) - 2024-02-26
9 changes: 9 additions & 0 deletions crates/rattler_virtual_packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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).

## [Unreleased]

## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_virtual_packages-v0.18.0...rattler_virtual_packages-v0.19.0) - 2024-02-26

0 comments on commit e2b78c7

Please sign in to comment.