Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Dec 4, 2024
1 parent 274f1a3 commit ee870af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 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 = "pep440_rs"
version = "0.7.2"
version = "0.7.3"
description = "A library for python version numbers and specifiers, implementing PEP 440"
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.7.3

* Use once_cell to lower MSRV

# 0.7.2

* Add optional conversion to [version-ranges](https://crates.io/crates/version-ranges).
Expand Down
16 changes: 0 additions & 16 deletions pyproject.toml

This file was deleted.

0 comments on commit ee870af

Please sign in to comment.