Skip to content

Commit

Permalink
release v0.3.0 (#112)
Browse files Browse the repository at this point in the history
* bump version

* fix action
  • Loading branch information
triwahyuu authored Apr 27, 2021
1 parent cfbaaeb commit 576bc84
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Test

on:
push:
branches: [master]
pull_request:
release:
types: [published, edited]
branches: [master]
pull_request:
release:
types: [published, edited]

jobs:
tests:
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Added

### Changed

### Fixed


## v0.3.0

### Added
- Pytorch Lightning training pipeline
- registry class
Expand All @@ -25,8 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- all defined backbones use backbone base class
- removed various old features affected by API redesign: `cli`, `predictor`, `pipelines`

### Fixed


## v0.2.1

Expand Down
2 changes: 1 addition & 1 deletion src/development/vortex/development/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion src/runtime/vortex/runtime/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.3.0'

0 comments on commit 576bc84

Please sign in to comment.