Skip to content

Commit

Permalink
chore: release v2025.0.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr authored Dec 14, 2024
1 parent 5df3f3f commit 2c2c020
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ 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]
## [2025.0.0](https://github.com/stvnksslr/uv-migrator/compare/v2024.8.2...v2025.0.0) - 2024-12-14

### Added
- *(install.sh)* simplified and condensed logic as much as possible so the script is easily auditable (by @stvnksslr)
- *(merge dep groups)* since uv follows its own behavoir and treats additional groups as optional added the ability to merge dep groups into -dev for ease of use (by @stvnksslr)

### Fixed
- *(release)* messing with security settings (by @stvnksslr)
- *(zizmor)* used zizmor to find and fix all security related warnings (by @stvnksslr)
- *(readme)* install.sh link was wring (by @stvnksslr)

### Other
- chore(readme update + install script in repo): (by @stvnksslr)

### Contributors

* @stvnksslr
## [2024.8.2](https://github.com/stvnksslr/uv-migrator/compare/v2024.8.1...v2024.8.2) - 2024-12-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uv-migrator"
version = "2024.8.2"
version = "2025.0.0"
edition = "2021"
authors = ["stvnksslr@gmail.com"]
description = "Tool for converting various python package soltutions to use the uv solution by astral"
Expand All @@ -27,4 +27,4 @@ tempfile = "3.14.0"

[profile.release]
lto = "fat"
codegen-units = 1
codegen-units = 1

0 comments on commit 2c2c020

Please sign in to comment.