Skip to content

Commit cc45e73

Browse files
committed
Update changelog and bump version
1 parent fccadaa commit cc45e73

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [0.2.3]
12+
13+
### Changed
14+
15+
- `BufferedThreadsafe` now properly passes through explicit random state
16+
- `ScaleKeepAspect` no longer sometimes produces a black border
17+
- *fix* `Sequence |> Sequence` now has a method
18+
- `ToTensor` now works on different color types and N-dimensional arrays
19+
- `MaskMulti` now has a constructor for `IndirectArray`s
20+
1121
## [0.1.5] - 2021-04-17
1222

1323
### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DataAugmentation"
22
uuid = "88a5189c-e7ff-4f85-ac6b-e6158070f02e"
33
authors = ["lorenzoh <lorenz.ohly@gmail.com>"]
4-
version = "0.2.3"
4+
version = "0.2.4"
55

66
[deps]
77
ColorBlendModes = "60508b50-96e1-4007-9d6c-f475c410f16b"

0 commit comments

Comments
 (0)