Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 17, 2023
1 parent a2c34b4 commit 7b46796
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ There is currently no actual release of Rye. The latest main branch revision
is the one you can install as mainline should always be stable. Here are the
most recent changes however.

## May
## 0.1.0

- Rye now comes with binary releases for some platforms.

- A new `self uninstall` command was added to uninstall rye and the new
`self update` command updates to the latest release version.

- Rye now includes a `publish` command for publishing Python packages to a
package repository. #86
Expand Down Expand Up @@ -51,8 +56,6 @@ most recent changes however.

- Rye can now also generate a license text when initializing projects.

## April

- Rye now supports negative (exclusion) dependencies. These can be used to
prevent a dependency from installing, even if something else in the graph
depends on it. Use `rye add --exclude package-name` to add such a dependency.
Expand Down

0 comments on commit 7b46796

Please sign in to comment.