Skip to content

Commit 888afe8

Browse files
Merge pull request #218 from lucafaggianelli/release-v0.4.0
Release v0.4.0
2 parents 298ad48 + 7addcce commit 888afe8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plombery",
3-
"version": "0.4.0.rc1",
3+
"version": "0.4.0",
44
"description": "",
55
"license": "MIT",
66
"author": {

src/plombery/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Keep it aligned with version in package.json
22

3-
__version__ = "0.4.0.rc1"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)