Skip to content

Commit 6539098

Browse files
Update changelog and bump version
1 parent a31d972 commit 6539098

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.1]
10+
## Changed
11+
- Renamed `unsqueezed` to `forward_stepping`.
12+
13+
## Removed
14+
- Unused utility `Zeros`
15+
916
## [0.2.0]
1017
## Changed
1118
- Naming to match `torch.nn`. This lets the continual modules be used as drop-in replacements for `torch.nn` modules.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def from_file(file_name: str = "requirements.txt", comment_char: str = "#"):
2929

3030
setup(
3131
name="continual-inference",
32-
version="0.2.0",
32+
version="0.2.1",
3333
description="Building blocks for Continual Inference Networks in PyTorch",
3434
long_description=long_description(),
3535
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)