Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 22, 2023
1 parent 54c7a3e commit 3a70db1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

<!--next-version-placeholder-->

## v0.1.0 (2023-05-22)
### Feature
* **ExodusViewer:** Add timestep controller ([`1061596`](https://github.com/Kitware/peacock/commit/106159683ab8515b008b50289ad138926ae031cb))

### Fix
* **install:** Streamline install ([`98e4913`](https://github.com/Kitware/peacock/commit/98e491314fe07601e168e10231fcc1c2330a756d))
* **lang-server:** Include middleware in package ([`19541d4`](https://github.com/Kitware/peacock/commit/19541d4b3333e993b72febcac52cdf2d07726e7e))
* **lang-server:** Pass workspace config to prevent error ([`1c5a1cf`](https://github.com/Kitware/peacock/commit/1c5a1cf5dd1f811837d8bb4c3514b47f619d5834))
* **terminal:** Resize properly ([`47300ee`](https://github.com/Kitware/peacock/commit/47300ee3b1f7f99eaa2041d6dc1351e81bdd9490))
* **ExodusViewer:** Disable exodus viewer when ParaView is not installed ([`45ef46e`](https://github.com/Kitware/peacock/commit/45ef46e0cc1b0b404894988de0c6e0a204d7e66d))
* **mac:** Only remove LD_LIBRARY_PATH if available ([`29213af`](https://github.com/Kitware/peacock/commit/29213af891ff1c3bb88afb9f6ffb07af276988c1))
* **pv:** Make compatible with python 3.9 ([`d7632dd`](https://github.com/Kitware/peacock/commit/d7632ddcf80c67b91be4382d372157af57710e4c))
* **license:** Update license info to Apache ([`5ecfdba`](https://github.com/Kitware/peacock/commit/5ecfdba57f41fc380224bc9eff1b4782b46ec7b1))
* **pv:** Allow ParaView to be the runner ([`746f6f4`](https://github.com/Kitware/peacock/commit/746f6f46896fa35a4ce18097dfef0fb2f88e59b3))
* **web:** Run linter and build ([`c657de9`](https://github.com/Kitware/peacock/commit/c657de9bed838d8dc0ac81a10801f3257f90dcb2))

### Documentation
* **editor:** Add lang server run instructions ([`be8016f`](https://github.com/Kitware/peacock/commit/be8016f61930dc001fd52d1f3f32e8ea6ab29c78))
* **mac:** Update setup steps ([`7626f20`](https://github.com/Kitware/peacock/commit/7626f2051054bfb735de7c7200dc303e6b37d2d8))
* **mac:** Take some notes on setup ([`ac798ae`](https://github.com/Kitware/peacock/commit/ac798ae4c744178b3cd85cf9543652994d002b0f))
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = peacock-trame
version = 0.0.0
version = 0.1.0
description = MOOSE GUI developed using Trame from Kitware Inc.
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 3a70db1

Please sign in to comment.