Skip to content

Commit

Permalink
Merge pull request #282 from mhcomm/dvl/quentin/prepare_056
Browse files Browse the repository at this point in the history
prepare 0.5.6
  • Loading branch information
quentinql authored May 17, 2024
2 parents c7b512e + 3f2966f commit e2b4dc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# [Changelog](https://github.com/mhcomm/pypeman/releases)

## [0.5.4](https://github.com/mhcomm/pypeman/compare/0.5.4...0.5.5)
## [0.5.6](https://github.com/mhcomm/pypeman/compare/0.5.5...0.5.6)
* Fix backend loop argument for tests
* Robustify CI
* HttpChannel: add headers and msg.content_type meta data
* Add command to view and send from store
* HttpRequest node: Respect of env vars + add url meta info in out msg
* MsgStore: Add infos in msg meta
* Add a verbose name to channels

## [0.5.5](https://github.com/mhcomm/pypeman/compare/0.5.4...0.5.5)
* Fix store_output_as
* Fix remote admin

Expand Down
2 changes: 1 addition & 1 deletion pypeman/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.5"
__version__ = "0.5.6"
__url__ = "https://github.com/mhcomm/pypeman"

0 comments on commit e2b4dc8

Please sign in to comment.