Skip to content

Commit 32d7fd7

Browse files
committed
chore: version bump to v0.2.0
1 parent f029e24 commit 32d7fd7

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### CI
66

77
- Add docs pages workflow
8+
- Set up publishing to PyPI and GitHub releases
89

910
### Documentation
1011

@@ -13,4 +14,9 @@
1314
### Other
1415

1516
- Squash git history to create first public release
17+
- Set up AI assistance by providing AGENTS.md and `update-dependencies` skill
18+
19+
### Testing
20+
21+
- Fix type hint issue in `test_optional_args`
1622

docs/source/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CI
1010
~~
1111

1212
- Add docs pages workflow
13+
- Set up publishing to PyPI and GitHub releases
1314

1415
Documentation
1516
~~~~~~~~~~~~~
@@ -20,3 +21,9 @@ Other
2021
~~~~~
2122

2223
- Squash git history to create first public release
24+
- Set up AI assistance by providing AGENTS.md and ``update-dependencies`` skill
25+
26+
Testing
27+
~~~~~~~
28+
29+
- Fix type hint issue in ``test_optional_args``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "varvis-connector"
3-
version = "0.2.0.dev9"
3+
version = "0.2.0"
44
description = "A Python package and CLI tool for interacting with the Varvis® API."
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)