Skip to content

Commit

Permalink
Update versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Feb 9, 2024
1 parent 43ac5ed commit c26f1f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ handling for several very different languages (proofs-of-concept).
-------------------
- [ ] add Haskell support

- [ ] typeclasses
- [ ] algebraic types
- [ ] pattern matching
- [ ] constraint checking
Expand Down Expand Up @@ -58,10 +57,19 @@ handling for several very different languages (proofs-of-concept).
- [ ] Ensure github actions passes


0.44.0 [2024.02.xx]
0.44.0 [2024.02.08]
-------------------

Ad hoc polymorphism with type-classes
Add support for ad hoc polymorphism.
* Support sources and declarations in classes
* Support multiple parameters
* Support overlapping instances
* Packers are now implemented through the `Packable` typeclass

Some missing features:
* No support typeclass constraints in the type signatures.
* No support for parameterized class variables
* No support for polymorphic recursion (does anyone want that?)

0.43.0 [2024.01.14]
-------------------
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.43.0" -- FIXME: HARDCODED VERSION NUMBER!!!
<> header "morloc v0.44.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.43.0
version: 0.44.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 c26f1f1

Please sign in to comment.