Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Oct 26, 2023
1 parent bdb1cbc commit b9e8f2c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ChangeLog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2023-10-27
### Added
- Start this change log file
- Add `get_cell_centres_structured` and `get_cell_centres_mf6`
- Add basic docs and notebook examples

### Changed
- Use `vs_module_defs` instead of compiler directives (#12)

## [0.1.0] - 2023-09-13
### Added
- Initial pre-alpha release

[Unreleased]: https://github.com/pypest/pypestutils/compare/v0.2.0...develop
[0.2.0]: https://github.com/pypest/pypestutils/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/pypest/pypestutils/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pypestutils/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is the only place to update version
__version__ = "0.1.1.dev0"
__version__ = "0.2.0"

0 comments on commit b9e8f2c

Please sign in to comment.