Skip to content

Commit

Permalink
Cut release 0.1.11 for the async def fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grievejia committed Jul 8, 2024
1 parent c0cc1d1 commit 07998e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.11 (2024-7-8)

- Fixed a major bug in 0.1.10 where the parser cannot differentiate `async def` and `def`.

## 0.1.10 (2024-6-17)

- Bump the bundled CPython version to 3.12.3
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.8)
(name pyre-ast)
(version 0.1.10)
(version 0.1.11)
(cram enable)

(generate_opam_files true)
Expand Down
2 changes: 1 addition & 1 deletion pyre-ast.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.10"
version: "0.1.11"
synopsis: "Full-fidelity Python parser in OCaml"
description:
"pyre-ast is an OCaml library to parse Python source files into abstract syntax trees. Under the hood, it relies on the CPython parser to do the parsing work and therefore the result is always 100% compatible with the official CPython implementation."
Expand Down

0 comments on commit 07998e0

Please sign in to comment.