Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: extend tests and handle characters better when bumping versions #694

Merged
merged 1 commit into from
May 28, 2024

Conversation

wolfv
Copy link
Contributor

@wolfv wolfv commented May 28, 2024

This changes the behavior when bumping versions with segments that also contain characters.

For example, 9d -> 10a or 1.1.1j -> 1.1.2a.
But also 1.2.alpha bumps to 1.2.1a (not 1alpha).

@baszalmstra baszalmstra merged commit ab20bf9 into conda:main May 28, 2024
15 checks passed
This was referenced May 28, 2024
baszalmstra added a commit that referenced this pull request May 28, 2024
## 🤖 New release
* `rattler_conda_types`: 0.24.0 -> 0.25.0
* `rattler_lock`: 0.22.8 -> 0.22.9
* `rattler_solve`: 0.23.0 -> 0.23.1
* `rattler_index`: 0.19.13 -> 0.19.14
* `rattler`: 0.26.0 -> 0.26.1
* `rattler_package_streaming`: 0.21.0 -> 0.21.1
* `rattler_shell`: 0.20.5 -> 0.20.6
* `rattler_repodata_gateway`: 0.20.2 -> 0.20.3
* `rattler_virtual_packages`: 0.19.12 -> 0.19.13

<details><summary><i><b>Changelog</b></i></summary><p>

## `rattler_conda_types`
<blockquote>

##
[0.25.0](rattler_conda_types-v0.24.0...rattler_conda_types-v0.25.0)
- 2024-05-28

### Added
- when bumping, extend versions with `0` to match the bump request
([#695](#695))
- extend tests and handle characters better when bumping versions
([#694](#694))
- add a function to extend version with `0s`
([#689](#689))
- add run exports to package data
([#671](#671))

### Fixed
- lenient parsing of 2023.*.*
([#688](#688))
- VersionSpec starts with, with trailing zeros
([#686](#686))

### Other
- move bump implementation to bump.rs and simplify tests
([#692](#692))
</blockquote>

## `rattler_lock`
<blockquote>

##
[0.22.9](rattler_lock-v0.22.8...rattler_lock-v0.22.9)
- 2024-05-28

### Added
- add run exports to package data
([#671](#671))

### Other
- bump ([#683](#683))
</blockquote>

## `rattler_solve`
<blockquote>

##
[0.23.1](rattler_solve-v0.23.0...rattler_solve-v0.23.1)
- 2024-05-28

### Added
- add run exports to package data
([#671](#671))

### Other
- enable serialization of enums
([#698](#698))
</blockquote>

## `rattler_index`
<blockquote>

##
[0.19.14](rattler_index-v0.19.13...rattler_index-v0.19.14)
- 2024-05-28

### Added
- add run exports to package data
([#671](#671))
</blockquote>

## `rattler`
<blockquote>

##
[0.26.1](rattler-v0.26.0...rattler-v0.26.1)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types
</blockquote>

## `rattler_package_streaming`
<blockquote>

##
[0.21.1](rattler_package_streaming-v0.21.0...rattler_package_streaming-v0.21.1)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types
</blockquote>

## `rattler_shell`
<blockquote>

##
[0.20.6](rattler_shell-v0.20.5...rattler_shell-v0.20.6)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types
</blockquote>

## `rattler_repodata_gateway`
<blockquote>

##
[0.20.3](rattler_repodata_gateway-v0.20.2...rattler_repodata_gateway-v0.20.3)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types,
rattler_conda_types
</blockquote>

## `rattler_virtual_packages`
<blockquote>

##
[0.19.13](rattler_virtual_packages-v0.19.12...rattler_virtual_packages-v0.19.13)
- 2024-05-28

### Other
- updated the following local packages: rattler_conda_types
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants