Skip to content

Commit

Permalink
Bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jan 2, 2025
1 parent 9b83d3f commit b973f3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pep508_rs"
version = "0.9.1"
version = "0.9.2"
description = "A library for python dependency specifiers, better known as PEP 508"
edition = "2021"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.9.2

- Use once_cell to lower MSRV

# 0.9.1

- Fix feature scoping to support the wasm32-unknown-unknown target
Expand Down

0 comments on commit b973f3e

Please sign in to comment.