Skip to content

Commit

Permalink
Update CHANGELOG and set post-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Apr 12, 2022
1 parent a7417c0 commit 12fa14c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ and this project strives to adhere to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


### [0.1.post1] - 2022-04-11

#### Administrative

- Fix semantic error in README.md regarding variable restoration behavior
after code cell execution (variables *are* restored by default)


### [0.1] - 2022-04-06

#### Features

* Per-cell temporary variable filtering based on starts-with and ends-with
filters.
* `pip`-installable packaging for PyPI upload using the recent
PEP621 `pyproject.toml` project config for `setuptools`.
* Includes a helper script to simplify installation/upgrade of the
extension files to the user-space Jupyter extension location.
- Per-cell temporary variable filtering based on starts-with and ends-with
filters.
- `pip`-installable packaging for PyPI upload using the recent
PEP621 `pyproject.toml` project config for `setuptools`.
- Includes a helper script to simplify installation/upgrade of the
extension files to the user-space Jupyter extension location.
2 changes: 1 addition & 1 deletion src/jupyter_tempvars/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"""

__version__ = "0.2.dev1"
__version__ = "0.1.post1"

0 comments on commit 12fa14c

Please sign in to comment.