Skip to content

Commit

Permalink
feat: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Jun 25, 2024
1 parent f1ac6b5 commit 0fa6a41
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

* placeholder

## 0.2.0 (2024-06-25)

* Upgraded to PyO3 0.22.0.
* The Starlark `pyobject` type now supports proxying the following operators:
* Unary positive (`+self`)
* Unary negative (`-self`)
* Floor division (`self // other`)
* Modulus (`self % other`)
* Bit-wise not (`~other`)

## 0.1.0 (2024-06-19)

* Initial tagged release
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 = "xingque"
version = "0.1.0"
version = "0.2.0"
authors = ["WANG Xuerui <[email protected]>"]
description = "星雀 - Yet another Python binding to starlark-rs"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "xingque"
version = "0.1.0"
version = "0.2.0"
description = "Yet another typed Python binding to starlark-rust"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 0fa6a41

Please sign in to comment.