Skip to content

Commit 73ad7c6

Browse files
release v0.2.0
1 parent fefb5a6 commit 73ad7c6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Changed
1111

12+
* add changes here
13+
14+
## [0.2.0]
15+
16+
### Changed
17+
1218
* Update PyO3 from v0.8.2 to v0.9.0
1319

1420
## [0.1.2]
@@ -33,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3339

3440
* Initial release
3541

36-
[Unreleased]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.2...master
42+
[Unreleased]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.2.0...master
43+
[0.2.0]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.2...v0.2.0
3744
[0.1.2]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.1...v0.1.2
38-
[0.1.1]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.0...v0.1.1
45+
[0.1.1]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.0...v0.1.1

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ assert_eq!(
7373
Using algebraics from Python:
7474

7575
```bash
76-
python3 -m pip install algebraics==0.1.2
76+
python3 -m pip install algebraics
7777
```
7878

7979
```python
@@ -86,8 +86,7 @@ Using algebraics in your own Rust project:
8686

8787
```toml
8888
[dependencies.algebraics]
89-
version = "0.1.2"
90-
features = ["python"]
89+
version = "0.2"
9190
```
9291

9392
Developing algebraics:

0 commit comments

Comments
 (0)