Skip to content

Commit

Permalink
🚀 Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Dec 22, 2023
1 parent a5dad01 commit 9b67915
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 @@
# Change log

## 0.2.0 - 2023-12-22

### Dependencies
- Add support for Python 3.9, 3.10, 3.11 and 3.12 [[fabcf05]](https://github.com//commit/fabcf0510cd2bee8f03127b528c47f11b1cc9529)
- Drop support for Python 3.7 [[ace8c56]](https://github.com//commit/ace8c5646a2e29be5896edf4641e531e4cbf72aa)
- Update requirement `aiida-core~=2.0` [[80be82d]](https://github.com//commit/80be82df8ccbd307e5c7bc9d351035c1bbbcf136)

### Devops
- Precommit: Add formatters for TOML and YAML files [[6b17722]](https://github.com//commit/6b17722d364d15309a88261bfddab4f0176d1e8c)
- Pre-commit: Switch to `ruff` for formatting and linting [[91b7ce8]](https://github.com//commit/91b7ce875cd1a1c57cd99cab70205bf3cc474f43)
- Add various files and folder to package exclude list [[a5dad01]](https://github.com//commit/a5dad011905303dab6eddc61c525ef9f885e7f06)
- Move package into `src/` directory [[24c443e]](https://github.com//commit/24c443ed3467070ffef8a229b1b7ecedcb011418)
- Make package description dynamic [[968d4cb]](https://github.com//commit/968d4cb31160c8c412af08358b027585869d53ce)
- Update the pre-commit hooks [[998355b]](https://github.com//commit/998355bb1d280fcb6f3b20c47b063903a48fe943)

## 0.1.2 - 2023-12-22

### Devops
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_wien2k/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""The official AiiDA plugin for WIEN2k."""
__version__ = '0.1.2'
__version__ = '0.2.0'

0 comments on commit 9b67915

Please sign in to comment.