Skip to content

Commit

Permalink
Merge pull request #68 from bcdev/forman-prep_v0.5
Browse files Browse the repository at this point in the history
Preparing v0.5
  • Loading branch information
forman authored Feb 19, 2024
2 parents a88c882 + 38f05b5 commit 1c42832
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 0.5.0 (in development)
## Version 0.5.0 (2024-02-19)

### Enhancements

Expand All @@ -17,19 +17,23 @@
* Introduced new configuration setting `attrs_update_mode` that controls
how dataset attributes are updated. [#59]

* Simplified logging to console. You can now set configuration setting `logging`
to a log level which will implicitly enable console logging with given log
level. [#64]
* Simplified logging to console. You can now set configuration setting
`logging` to a log level which will implicitly enable console logging with
given log level. [#64]

* Added a section in the notebook `examples/zappend-demo.ipynb`
that demonstrates transaction rollbacks.


* Added CLI option `--traceback`. [#57]

* Added a section in the notebook `examples/zappend-demo.ipynb`
that demonstrates transaction rollbacks.

### Fixes

* Fixed issue where a NetCDF package was missing to run the
demo Notebook `examples/zappend-demo.ipynb` in
[Binder](https://mybinder.readthedocs.io/). [#47]

## Version 0.4.1 (from 2024-02-13)

Expand Down
2 changes: 1 addition & 1 deletion zappend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Permissions are hereby granted under the terms of the MIT License:
# https://opensource.org/licenses/MIT.

__version__ = "0.5.0.dev0"
__version__ = "0.5.0"

0 comments on commit 1c42832

Please sign in to comment.