Skip to content

Commit

Permalink
Add changelog and increment version for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Jun 10, 2024
1 parent c249fe0 commit fd17c0f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
### Changelog

#### Version 0.2.0

- Handle faulty XML files with extra null byte
- Handle encoded file names
- Make Geometry3D comparable (Add_more_nodes)
- Reformat with ruff
- Add Capture MVR test file
- Use ruff as a formatter, it's much faster and can configure line length
- AUXData, Data, UserData
- Parse GroupObject as a list
- Add python 3.12 to tests

#### Version 0.1.0
* Initial release

- Initial release
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* generate wheel:

```bash
python -m pip install setuptools wheel twine
python3 setup.py sdist bdist_wheel
```
* test upload to TestPypi with twine
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pymvr",
version="0.1.0",
version="0.2.0",
long_description=long_description,
description="My Virtual Rig library for Python",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fd17c0f

Please sign in to comment.