8000 Bumped Version · Rust-Python-Packaging/pyver@65d35dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 65d35dd

Browse files
committed
Bumped Version
1 parent fc1593e commit 65d35dd

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ and this project adheres to:
2020

2121
### Changed
2222

23+
## [1.0.0] - 2022-09-06
24+
2325
* Added LICENSE with MIT License [#10](https://github.com/Allstreamer/pyver/pull/10)
2426
* Added CI Badges to Readme by [#10](https://github.com/Allstreamer/pyver/pull/10)
2527
* Moved PackageVersion & it's tests to version.rs [#21](https://github.com/Allstreamer/pyver/pull/21)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Jan Bronicki <janbronicki@gmail.com>",
77
]
88
license = "MIT"
9-
version = "0.1.0"
9+
version = "1.0.0"
1010
keywords = ["versions", "python", "parser", "semver", "pep-440"]
1111
readme = "README.md"
1212
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version numbers and for comparisons between
1414

1515
```Toml
1616
[dependencies]
17-
pyver = "0"
17+
pyver = "1"
1818
```
1919

2020
```Rust

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `pyver` crate is available on [crates.io](https://crates.io/crates/pyver),
99
you can include it in your project by adding the following to your `Cargo.toml`.
1010
```toml
1111
[dependencies]
12-
pyver = "0.1"
12+
pyver = "1.0"
1313
```
1414
# Example
1515
The following example shows how to parse a package version and

0 commit comments

Comments
 (0)
0