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
tek-githubbot-1010 committed Sep 11, 2024
1 parent 9ee7dc0 commit 137ff5f
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 @@ -18,6 +18,20 @@ Valid subsections within a version are:

Things to be included in the next release go here.

---

## v0.1.0 (2024-09-11)

### Merged Pull Requests

- chore: Update dependencies and remove unneeded dependencies ([#18](https://github.com/tektronix/TekHSI/pull/18))
- fix: Updated project description in pyproject.toml ([#14](https://github.com/tektronix/TekHSI/pull/14))
- Static Code Analysis changes ([#12](https://github.com/tektronix/TekHSI/pull/12))
- tests: Update test_client.py for tests to run efficiently on tox. ([#8](https://github.com/tektronix/TekHSI/pull/8))
- fix: Resolved some security issues flagged by CodeQL ([#4](https://github.com/tektronix/TekHSI/pull/4))
- build: Update dependencies to temporarily use the GitHub repo for tm_data_types ([#2](https://github.com/tektronix/TekHSI/pull/2))
- fix: Updated line endings in known_words.txt ([#1](https://github.com/tektronix/TekHSI/pull/1))

### Added

- First release of `TekHSI`!
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ maintainers = ["Tektronix <[email protected]>"]
name = "TekHSI"
readme = "README.md"
repository = "https://github.com/tektronix/TekHSI"
version = "0.0.0"
version = "0.1.0"

[tool.poetry.dependencies]
numpy = [
Expand Down

0 comments on commit 137ff5f

Please sign in to comment.