Skip to content

Commit d34d39a

Browse files
authored
v0.3.0 (#185)
* Update Project.toml * Update CHANGELOG.md
1 parent 3a017af commit d34d39a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v0.3.0
99

1010
### Added
1111

@@ -52,4 +52,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252
- now accepts `callbacks` as kwarg
5353
- `validdata` no longer keyword
5454
- `model` and `backbone` now kwargs; `isbackbone` removed. if neither `backbone` or `model` are given, uses `blockbackbone` for default backbone.
55-
- see updated docstring for details
55+
- see updated docstring for details

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FastAI"
22
uuid = "5d0beca9-ade8-49ae-ad0b-a3cf890e669f"
33
authors = ["Lorenz Ohly", "Julia Community"]
4-
version = "0.2.0"
4+
version = "0.3.0"
55

66
[deps]
77
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"

0 commit comments

Comments
 (0)