-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be1ec0b
commit 5adc431
Showing
21 changed files
with
463 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,66 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
# 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] | ||
|
||
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.20.1](https://github.com/mamba-org/rattler/compare/rattler-v0.20.0...rattler-v0.20.1) - 2024-04-02 | ||
|
||
### Fixed | ||
- copy windows dll without replacements ([#590](https://github.com/mamba-org/rattler/pull/590)) | ||
|
||
## [0.20.0](https://github.com/mamba-org/rattler/compare/rattler-v0.19.6...rattler-v0.20.0) - 2024-04-02 | ||
|
||
### Fixed | ||
- do not do cstring replacement on windows ([#589](https://github.com/mamba-org/rattler/pull/589)) | ||
|
||
## [0.19.6](https://github.com/mamba-org/rattler/compare/rattler-v0.19.5...rattler-v0.19.6) - 2024-03-30 | ||
|
||
### Other | ||
- remove unused dependencies ([#585](https://github.com/mamba-org/rattler/pull/585)) | ||
|
||
## [0.19.5](https://github.com/mamba-org/rattler/compare/rattler-v0.19.4...rattler-v0.19.5) - 2024-03-21 | ||
|
||
### Fixed | ||
- typo ([#576](https://github.com/mamba-org/rattler/pull/576)) | ||
|
||
## [0.19.4](https://github.com/mamba-org/rattler/compare/rattler-v0.19.3...rattler-v0.19.4) - 2024-03-19 | ||
## [0.21.0](https://github.com/baszalmstra/rattler/compare/rattler-v0.20.1...rattler-v0.21.0) - 2024-04-05 | ||
|
||
### Fixed | ||
- multi-prefix replacement in binary files ([#570](https://github.com/mamba-org/rattler/pull/570)) | ||
|
||
## [0.19.3](https://github.com/mamba-org/rattler/compare/rattler-v0.19.2...rattler-v0.19.3) - 2024-03-14 | ||
|
||
### Added | ||
- add mirror handling and OCI mirror type ([#553](https://github.com/mamba-org/rattler/pull/553)) | ||
|
||
### Other | ||
- add pixi badge ([#563](https://github.com/mamba-org/rattler/pull/563)) | ||
|
||
## [0.19.2](https://github.com/mamba-org/rattler/compare/rattler-v0.19.1...rattler-v0.19.2) - 2024-03-08 | ||
|
||
### Other | ||
- update Cargo.toml dependencies | ||
|
||
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler-v0.19.0...rattler-v0.19.1) - 2024-03-06 | ||
|
||
### Added | ||
- generalised CLI authentication ([#537](https://github.com/mamba-org/rattler/pull/537)) | ||
|
||
### Fixed | ||
- removal of multiple packages that clobber each other ([#556](https://github.com/mamba-org/rattler/pull/556)) | ||
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546)) | ||
|
||
### Other | ||
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557)) | ||
|
||
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler-v0.18.0...rattler-v0.19.0) - 2024-02-26 | ||
|
||
- replace long shebangs with `/usr/bin/env` ([#594](https://github.com/baszalmstra/rattler/pull/594)) | ||
- run post-link scripts ([#574](https://github.com/baszalmstra/rattler/pull/574)) | ||
|
||
## [0.20.1](https://github.com/mamba-org/rattler/compare/rattler-v0.20.0...rattler-v0.20.1) - 2024-04-02 | ||
|
||
### Fixed | ||
- copy windows dll without replacements ([#590](https://github.com/mamba-org/rattler/pull/590)) | ||
|
||
## [0.20.0](https://github.com/mamba-org/rattler/compare/rattler-v0.19.6...rattler-v0.20.0) - 2024-04-02 | ||
|
||
### Fixed | ||
- do not do cstring replacement on windows ([#589](https://github.com/mamba-org/rattler/pull/589)) | ||
|
||
## [0.19.6](https://github.com/mamba-org/rattler/compare/rattler-v0.19.5...rattler-v0.19.6) - 2024-03-30 | ||
|
||
### Other | ||
- remove unused dependencies ([#585](https://github.com/mamba-org/rattler/pull/585)) | ||
|
||
## [0.19.5](https://github.com/mamba-org/rattler/compare/rattler-v0.19.4...rattler-v0.19.5) - 2024-03-21 | ||
|
||
### Fixed | ||
- typo ([#576](https://github.com/mamba-org/rattler/pull/576)) | ||
|
||
## [0.19.4](https://github.com/mamba-org/rattler/compare/rattler-v0.19.3...rattler-v0.19.4) - 2024-03-19 | ||
|
||
### Fixed | ||
- multi-prefix replacement in binary files ([#570](https://github.com/mamba-org/rattler/pull/570)) | ||
|
||
## [0.19.3](https://github.com/mamba-org/rattler/compare/rattler-v0.19.2...rattler-v0.19.3) - 2024-03-14 | ||
|
||
### Added | ||
- add mirror handling and OCI mirror type ([#553](https://github.com/mamba-org/rattler/pull/553)) | ||
|
||
### Other | ||
- add pixi badge ([#563](https://github.com/mamba-org/rattler/pull/563)) | ||
|
||
## [0.19.2](https://github.com/mamba-org/rattler/compare/rattler-v0.19.1...rattler-v0.19.2) - 2024-03-08 | ||
|
||
### Other | ||
- update Cargo.toml dependencies | ||
|
||
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler-v0.19.0...rattler-v0.19.1) - 2024-03-06 | ||
|
||
### Added | ||
- generalised CLI authentication ([#537](https://github.com/mamba-org/rattler/pull/537)) | ||
|
||
### Fixed | ||
- removal of multiple packages that clobber each other ([#556](https://github.com/mamba-org/rattler/pull/556)) | ||
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546)) | ||
|
||
### Other | ||
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557)) | ||
|
||
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler-v0.18.0...rattler-v0.19.0) - 2024-02-26 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,50 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
# 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] | ||
|
||
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.20.4](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.20.3...rattler_conda_types-v0.20.4) - 2024-03-30 | ||
|
||
### Fixed | ||
- matchspec empty namespace and channel cannonical name ([#582](https://github.com/mamba-org/rattler/pull/582)) | ||
|
||
## [0.20.3](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.20.2...rattler_conda_types-v0.20.3) - 2024-03-21 | ||
|
||
### Fixed | ||
- allow not starts with in strict mode ([#577](https://github.com/mamba-org/rattler/pull/577)) | ||
|
||
## [0.20.2](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.20.1...rattler_conda_types-v0.20.2) - 2024-03-14 | ||
|
||
### Other | ||
- add pixi badge ([#563](https://github.com/mamba-org/rattler/pull/563)) | ||
|
||
## [0.20.1](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.20.0...rattler_conda_types-v0.20.1) - 2024-03-08 | ||
|
||
### Fixed | ||
- chrono deprecation warnings ([#558](https://github.com/mamba-org/rattler/pull/558)) | ||
|
||
## [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 | ||
|
||
### Added | ||
- [**breaking**] optional strict parsing of matchspec and versionspec ([#552](https://github.com/mamba-org/rattler/pull/552)) | ||
|
||
### Fixed | ||
- patch unsupported glob operators ([#551](https://github.com/mamba-org/rattler/pull/551)) | ||
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546)) | ||
|
||
### Other | ||
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557)) | ||
|
||
## [0.19.0](https://github.com/baszalmstra/rattler/compare/rattler_conda_types-v0.18.0...rattler_conda_types-v0.19.0) - 2024-02-26 | ||
## [0.20.5](https://github.com/baszalmstra/rattler/compare/rattler_conda_types-v0.20.4...rattler_conda_types-v0.20.5) - 2024-04-05 | ||
|
||
### 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)) | ||
- run post-link scripts ([#574](https://github.com/baszalmstra/rattler/pull/574)) | ||
|
||
## [0.20.4](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.20.3...rattler_conda_types-v0.20.4) - 2024-03-30 | ||
|
||
### Fixed | ||
- matchspec empty namespace and channel cannonical name ([#582](https://github.com/mamba-org/rattler/pull/582)) | ||
|
||
## [0.20.3](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.20.2...rattler_conda_types-v0.20.3) - 2024-03-21 | ||
|
||
### Fixed | ||
- allow not starts with in strict mode ([#577](https://github.com/mamba-org/rattler/pull/577)) | ||
|
||
## [0.20.2](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.20.1...rattler_conda_types-v0.20.2) - 2024-03-14 | ||
|
||
### Other | ||
- add pixi badge ([#563](https://github.com/mamba-org/rattler/pull/563)) | ||
|
||
## [0.20.1](https://github.com/mamba-org/rattler/compare/rattler_conda_types-v0.20.0...rattler_conda_types-v0.20.1) - 2024-03-08 | ||
|
||
### Fixed | ||
- chrono deprecation warnings ([#558](https://github.com/mamba-org/rattler/pull/558)) | ||
|
||
## [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 | ||
|
||
### Added | ||
- [**breaking**] optional strict parsing of matchspec and versionspec ([#552](https://github.com/mamba-org/rattler/pull/552)) | ||
|
||
### Fixed | ||
- patch unsupported glob operators ([#551](https://github.com/mamba-org/rattler/pull/551)) | ||
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546)) | ||
|
||
### Other | ||
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557)) | ||
|
||
## [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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,45 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
# 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] | ||
|
||
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.5](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.4...rattler_index-v0.19.5) - 2024-03-30 | ||
## [0.19.6](https://github.com/baszalmstra/rattler/compare/rattler_index-v0.19.5...rattler_index-v0.19.6) - 2024-04-05 | ||
|
||
### Other | ||
- updated the following local packages: rattler_conda_types | ||
|
||
## [0.19.4](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.3...rattler_index-v0.19.4) - 2024-03-21 | ||
|
||
### Other | ||
- updated the following local packages: rattler_conda_types | ||
|
||
## [0.19.3](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.2...rattler_index-v0.19.3) - 2024-03-14 | ||
|
||
### Other | ||
- add pixi badge ([#563](https://github.com/mamba-org/rattler/pull/563)) | ||
|
||
## [0.19.2](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.1...rattler_index-v0.19.2) - 2024-03-08 | ||
|
||
### Other | ||
- updated the following local packages: rattler_conda_types, rattler_package_streaming | ||
|
||
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.0...rattler_index-v0.19.1) - 2024-03-06 | ||
|
||
### Fixed | ||
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546)) | ||
|
||
### Other | ||
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557)) | ||
|
||
## [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)) | ||
|
||
## [0.19.5](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.4...rattler_index-v0.19.5) - 2024-03-30 | ||
|
||
### Other | ||
- updated the following local packages: rattler_conda_types | ||
|
||
## [0.19.4](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.3...rattler_index-v0.19.4) - 2024-03-21 | ||
|
||
### Other | ||
- updated the following local packages: rattler_conda_types | ||
|
||
## [0.19.3](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.2...rattler_index-v0.19.3) - 2024-03-14 | ||
|
||
### Other | ||
- add pixi badge ([#563](https://github.com/mamba-org/rattler/pull/563)) | ||
|
||
## [0.19.2](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.1...rattler_index-v0.19.2) - 2024-03-08 | ||
|
||
### Other | ||
- updated the following local packages: rattler_conda_types, rattler_package_streaming | ||
|
||
## [0.19.1](https://github.com/mamba-org/rattler/compare/rattler_index-v0.19.0...rattler_index-v0.19.1) - 2024-03-06 | ||
|
||
### Fixed | ||
- dont use workspace dependencies for local crates ([#546](https://github.com/mamba-org/rattler/pull/546)) | ||
|
||
### Other | ||
- every crate should have its own version ([#557](https://github.com/mamba-org/rattler/pull/557)) | ||
|
||
## [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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.