Skip to content

Commit

Permalink
Prepare release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cogu committed Feb 5, 2024
1 parent 487def7 commit 8925fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

Notable changes.

## Unreleased
## [v0.3.2]

**Until v0.3.1:** Variables, functions and types were implicitly declared.

**From v0.3.2:** Variables, functions and types needs explicit declaration.

Due to a major design flaw in previous versions, breaking compatibility was necessary.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cfile"
version = "0.3.2a1"
version = "0.3.2"
description = "A C code generator written in Python 3"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 8925fbc

Please sign in to comment.