Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mir-am committed May 8, 2023
1 parent 43ed296 commit edc9635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to the [LibSA4Py](https://github.com/saltudelft/libsa4py) tool will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2023-05-08
### Added
- Adds the `CountParametricTypeDepth` visitor to count the depth of parametric types.
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion libsa4py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

# Package constants
DEV_TYPE_ANNOT = 'D'
Expand Down

0 comments on commit edc9635

Please sign in to comment.