Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuree committed Nov 30, 2020
1 parent 23aa537 commit c957d8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [0.1.0] - 2020-11-30
### Added
- Add support for importing types and functions
- Add support for explicit import
- Add documentation
- Add support for Python object as function arguments

### Changed
- Python pointer is changed to public in SV/C++
- Relax restriction on whether sv has been called or not as function decorator

### Fixed
- Minor code generation style fix

# [0.0.5] - 2020-11-21
### Fixed
- For simple compile_and_run, add c++11 flag for old compilers
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='pysv',
version='0.0.5',
version='0.1.0',
author='Keyi Zhang',
author_email='keyi@cs.stanford.edu',
long_description=long_description,
Expand Down

0 comments on commit c957d8d

Please sign in to comment.