Skip to content

Commit

Permalink
Update ChangeLog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Jan 2, 2025
1 parent eda5c9f commit 3953d08
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.51.0 [2025-12-2]
------------------

Shared memory

* Allow processes to communicate through shared memory

Other

* Fix cases where morloc stalls when errors are transmitted across languages
* Moved demos to the dedicated example repo


0.50.0 [2024-11-08]
-------------------

Expand Down
2 changes: 1 addition & 1 deletion library/Morloc/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Stability : experimental
module Morloc.Version ( version, versionStr ) where

version :: (Int, Int, Int)
version = (0, 50, 0)
version = (0, 51, 0)

versionStr :: String
versionStr = case version of
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morloc
version: 0.50.0
version: 0.51.0
homepage: https://github.com/morloc-project/morloc
synopsis: A multi-lingual, typed, workflow language
description: See GitHub README <https://github.com/morloc-project/morloc#readme>
Expand Down

0 comments on commit 3953d08

Please sign in to comment.