Skip to content

Commit

Permalink
chore: Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod committed Oct 4, 2024
1 parent 1d455de commit 27d1d00
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
@@ -1,5 +1,19 @@
# Changelog

## [1.0.2] - 2024-10-04

### 📚 Documentation

- Updated test badge in README.rst

### ⚙️ Miscellaneous Tasks

- Update release.yml and python-package.yml
- Send coverage report to codeclimate, codecov and SonarCloud
- Only send code coverage reports for changes made to the master branch
- Add sonar-project.properties and update link to test badge
- Update SonarCloud analysis in python-package.yml
- Update .readthedocs.yml

## [1.0.1] - 2024-10-03

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.1"
__version__ = "1.0.2"

_PACKAGE_NAME = __name__

Expand Down

0 comments on commit 27d1d00

Please sign in to comment.