From 576bc84fac2a9825a399c368a376244fadb54ba3 Mon Sep 17 00:00:00 2001 From: Tri Wahyu Utomo Date: Tue, 27 Apr 2021 17:01:41 +0700 Subject: [PATCH] release v0.3.0 (#112) * bump version * fix action --- .github/workflows/tests.yml | 8 ++++---- CHANGELOG.md | 12 ++++++++++-- src/development/vortex/development/version.py | 2 +- src/runtime/vortex/runtime/version.py | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f4fa09a6..ea0107bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index be2f7077..22521ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/src/development/vortex/development/version.py b/src/development/vortex/development/version.py index fb13a355..290d7c60 100644 --- a/src/development/vortex/development/version.py +++ b/src/development/vortex/development/version.py @@ -1 +1 @@ -__version__ = '0.2.1' \ No newline at end of file +__version__ = '0.3.0' \ No newline at end of file diff --git a/src/runtime/vortex/runtime/version.py b/src/runtime/vortex/runtime/version.py index fb13a355..290d7c60 100644 --- a/src/runtime/vortex/runtime/version.py +++ b/src/runtime/vortex/runtime/version.py @@ -1 +1 @@ -__version__ = '0.2.1' \ No newline at end of file +__version__ = '0.3.0' \ No newline at end of file