Skip to content

Commit

Permalink
Merge pull request #218 from lucafaggianelli/release-v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
lucafaggianelli committed Oct 6, 2023
2 parents 298ad48 + 7addcce commit 888afe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [Unreleased]

## [0.4.0] - 2023-10-06
### Added
- Navigate to run page after running manually a pipeline or trigger (#71)
- Add `ky` frontend dependency as HTTP fetch library
Expand Down Expand Up @@ -55,7 +56,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Remove `server_url` configuration as unused

## [0.3.2] - 2023-06-20

### Added
- Add next fire time to pipelines and triggers (#27)
- show run time in runs list (#129)
Expand All @@ -69,4 +69,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fix the run pipeline dialog open/close logic
- Show pipeline name in runs list (#127)

[Unreleased]: https://github.com/lucafaggianelli/mario-pype/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/lucafaggianelli/mario-pype/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/lucafaggianelli/plombery.git/releases/tag/v0.3.2
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plombery",
"version": "0.4.0.rc1",
"version": "0.4.0",
"description": "",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/plombery/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Keep it aligned with version in package.json

__version__ = "0.4.0.rc1"
__version__ = "0.4.0"

0 comments on commit 888afe8

Please sign in to comment.