File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## Unreleased
7+ ## [ Unreleased]
88
9+ ## [ 0.4.0] - 2023-10-06
910### Added
1011- Navigate to run page after running manually a pipeline or trigger (#71 )
1112- Add ` ky ` frontend dependency as HTTP fetch library
@@ -55,7 +56,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5556- Remove ` server_url ` configuration as unused
5657
5758## [ 0.3.2] - 2023-06-20
58-
5959### Added
6060- Add next fire time to pipelines and triggers (#27 )
6161- show run time in runs list (#129 )
@@ -69,4 +69,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6969- Fix the run pipeline dialog open/close logic
7070- Show pipeline name in runs list (#127 )
7171
72+ [ Unreleased ] : https://github.com/lucafaggianelli/mario-pype/compare/v0.4.0...HEAD
73+ [ 0.4.0 ] : https://github.com/lucafaggianelli/mario-pype/compare/v0.3.2...v0.4.0
7274[ 0.3.2 ] : https://github.com/lucafaggianelli/plombery.git/releases/tag/v0.3.2
Original file line number Diff line number Diff line change 11{
22 "name" : " plombery" ,
3- "version" : " 0.4.0.rc1 " ,
3+ "version" : " 0.4.0" ,
44 "description" : " " ,
55 "license" : " MIT" ,
66 "author" : {
Original file line number Diff line number Diff line change 11# Keep it aligned with version in package.json
22
3- __version__ = "0.4.0.rc1 "
3+ __version__ = "0.4.0"
You can’t perform that action at this time.
0 commit comments