Skip to content

Commit

Permalink
release 0.9.0 (#239)
Browse files Browse the repository at this point in the history
A release to update dependencies! And we had some non-released fixes,
too.
  • Loading branch information
wolfv authored Apr 23, 2024
1 parent 8173115 commit 68cff1e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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).

## [0.9.0] - 2024-04-22
### 📃 Details

#### Changed
- Expand ResolveOptions and adds ability pass WheelBuilder directly into resolve
- Use which to find the correct python executable
- Simplify `Wheel` API

#### Fixed
- Don't preservere mtime when unpacking tar archive

#### Removed
- Remove unused snapshots

## [0.8.1] - 2024-02-15
### 📃 Details

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = ["crates/*"]
opt-level = 3

[workspace.package]
version = "0.8.1"
version = "0.9.0"
categories = ["development-tools"]
homepage = "https://github.com/prefix-dev/rip"
repository = "https://github.com/prefix-dev/rip"
Expand Down

0 comments on commit 68cff1e

Please sign in to comment.