Skip to content

Commit ccbd85f

Browse files
committed
Version bump.
1 parent 9af5ee7 commit ccbd85f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
18+
## v0.1.4
19+
20+
### Added
21+
1322
* `FilteredMetaDatasest` filter the classes used to sample tasks.
1423
* `UnionMetaDatasest` to get the union of multiple MetaDatasets.
1524
* Alias `MiniImageNetCNN` to `CNN4` and add `embedding_size` argument.
@@ -24,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2433

2534
* Updated reference for citations.
2635

27-
### Fixed
28-
2936

3037
## v0.1.3
3138

learn2learn/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.3'
1+
__version__ = '0.1.4'

0 commit comments

Comments
 (0)