Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod committed Oct 3, 2024
1 parent 26151cd commit 4baf1dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog


## [1.0.1] - 2024-10-03

### 📚 Documentation

- Prepare changelog for automatic updates using semantic versioning

### ⚙️ Miscellaneous Tasks

- *(pyproject.toml)* Replace use of python-semantic-release with pdm-bump and git-cliff.

### ◀️ Revert

- Remove release1, pypi-publish and test-pypi-publish jobs from workflows/python-package.yml

## [1.0.0] 2024-10-02

- Added pytest-ruff and ruff as test dependencies to pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion src/nvector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .objects import * # noqa
from ._common import use_docstring

__version__ = "1.0.0"
__version__ = "1.0.1"

_PACKAGE_NAME = __name__

Expand Down

0 comments on commit 4baf1dd

Please sign in to comment.