Skip to content

Commit

Permalink
Mark 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Dec 13, 2020
1 parent 670444b commit 226f693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
0.0.2 / unreleased
0.0.2 / 2020-12-13
==================

* Rename `Starlark.read` to `Starlark.exec`
* Fix memory leak from not freeing C.CString
* Add Windows wheels

0.0.1 / 2020-11-22
==================
Expand Down
2 changes: 1 addition & 1 deletion pystarlark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from pystarlark.starlark import ffi, lib

__version__ = "0.0.1"
__version__ = "0.0.2"


class Starlark:
Expand Down

0 comments on commit 226f693

Please sign in to comment.