Skip to content

Commit

Permalink
docs: Add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvcisback committed Jan 14, 2023
1 parent 241a600 commit ed2b9a3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[clog]
repository = "https://github.com/mvcisback/py-aiger"
changelog = "changelog.md"
from-latest-tag = true
link-style = "github"
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## v6.2.0 (2023-01-14)


#### Bug Fixes

* Parser no longer (implictly) assumed ordered inputs/outputs. ([fbfbf752](https://github.com/mvcisback/py-aiger/commit/fbfbf752fcaf6eff75580822b3bc0a1739e903bb))
* **parser:** Allow empty comments and symbol table. ([241a6000](https://github.com/mvcisback/py-aiger/commit/241a6000ef654d3449c2b53f8f3f5d1005f69919))

#### Features

* **parser:** Support for parsing binary AIG files. ([465c96a5](https://github.com/mvcisback/py-aiger/commit/465c96a547e2294acf715663429f3b19d8fdca6f))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "py-aiger"
readme="README.md"
version = "6.1.26"
version = "6.2.0"
repository = "https://github.com/mvcisback/py-aiger"
description = "A python library for manipulating sequential and-inverter gates."
authors = ["Marcell Vazquez-Chanlatte <[email protected]>"]
Expand Down

0 comments on commit ed2b9a3

Please sign in to comment.