Skip to content

Commit

Permalink
v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod committed Aug 13, 2023
1 parent 158a122 commit e59415d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# [Changelog](https://keepachangelog.com/en/1.0.0/)

## 0.1.0

- periodic boundaries [PR#25](https://github.com/simbilod/meshwell/pull/25)
- default resolution [PR#24](https://github.com/simbilod/meshwell/pull/24/files)
- parallelize CAD operations [PR#22](https://github.com/simbilod/meshwell/pull/22)
- more resolution flags [PR#21](https://github.com/simbilod/meshwell/pull/21)

## 0.0.9

- tqdm requirement
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]
version="0.0.9"
version="0.1.0"
authors = [
{name = "Simon Bilodeau", email = "[email protected]"},
]
Expand Down

0 comments on commit e59415d

Please sign in to comment.