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 0d6b66a commit 6a5cca7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ 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

- docs: Ignore the generated files when building docs ([#39](https://github.com/tektronix/tm_data_types/pull/39))
- fix: Update code to remove an unreachable statement by simplifying a while loop ([#38](https://github.com/tektronix/tm_data_types/pull/38))
- python-deps(deps-dev): bump the python-dependencies group across 1 directory with 3 updates ([#37](https://github.com/tektronix/tm_data_types/pull/37))
- Update test_wfm to pass and fix linting issues ([#34](https://github.com/tektronix/tm_data_types/pull/34))
- chore: Update contributor_setup.py to encase executables and paths in quotes to avoid splitting paths ([#13](https://github.com/tektronix/tm_data_types/pull/13))
- docs: Add footnote in main Readme ([#8](https://github.com/tektronix/tm_data_types/pull/8))
- docs: Updated Readme and docstrings ([#7](https://github.com/tektronix/tm_data_types/pull/7))
- ci: Add pre-commit hook to better lint GitHub workflows ([#6](https://github.com/tektronix/tm_data_types/pull/6))
- ci: Switch to using reusable workflows from tektronix/python-package-ci-cd ([#4](https://github.com/tektronix/tm_data_types/pull/4))
- Added examples and contribution scripts ([#1](https://github.com/tektronix/tm_data_types/pull/1))
- python-deps(deps-dev): bump the python-dependencies group with 3 updates ([#2](https://github.com/tektronix/tm_data_types/pull/2))

### Added

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

[tool.poetry.dependencies]
bidict = "^0.23.1"
Expand Down

0 comments on commit 6a5cca7

Please sign in to comment.