Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Mar 10, 2024
1 parent 47e768f commit df20454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ handling for several very different languages (proofs-of-concept).
- [ ] Replace JSON serialization
- [ ] Update Hackage release

0.47.0 [2024.03.06]
0.47.0 [2024.03.10]
-------------------
- [ ] Add value checker
- [ ] Add rule system for resolving implementations
* Add value checker
* Raise error when implementations have equal score (no arbitrary choice)

0.46.0 [2024.03.06]
-------------------
Expand Down
2 changes: 1 addition & 1 deletion executable/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ opts :: ParserInfo CliCommand
opts = info (cliParser <**> helper)
( fullDesc
<> progDesc "call 'morloc make -h', 'morloc install -h', etc for details"
<> header "morloc v0.46.0" -- FIXME: HARDCODED VERSION NUMBER!!!
<> header "morloc v0.47.0" -- FIXME: HARDCODED VERSION NUMBER!!!
)


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.46.0
version: 0.47.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 df20454

Please sign in to comment.