Skip to content

Commit

Permalink
Get ready for release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freand76 committed Apr 10, 2024
1 parent 0a346cb commit 8713bc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# CHANGELOG

## vx.x.x

## v0.4.0
- Make it possible to use locally installed yosys
- Use ruff for python formatting and linting of code
- Fix issue #3 (AttributeError when trying to delete objects)

## v0.3.1
- Fix path in examples to work with github action
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "digsim-logic-simulator"
description = "Interactive Digital Logic Simulator"
version = "0.3.1"
version = "0.4.0"
authors = [{name = "Fredrik Andersson", email = "freand@gmail.com"}]
maintainers = [{name = "Fredrik Andersson", email = "freand@gmail.com"}]
readme = "README.md"
Expand Down

0 comments on commit 8713bc9

Please sign in to comment.