Skip to content

Commit

Permalink
build: 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksvedang committed Sep 17, 2021
1 parent cf3fddf commit b745b1f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.3
- ci: Merges different platform releases into one (#1313)
- feat: Add Dynamic.List.find-index (#1316)
- feat: Add expand-compiled (#1310)
- fix: Use non-deprecated unlink function on windows (#1311)

# 0.5.2
- fix: Elide void definitions (#1305)
- fix: Allow types defined in modules to be members (#1303)
Expand Down
2 changes: 1 addition & 1 deletion CarpHask.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CarpHask
version: 0.5.2.0
version: 0.5.3.0
-- synopsis:
-- description:
homepage: https://github.com/eriksvedang/Carp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<i>WARNING! This is a research project and a lot of information here might become outdated and misleading without any explanation. Don't use it for anything important just yet!</i>

<i>[Version 0.5.2 of the language is out!](https://github.com/carp-lang/Carp/releases/)</i>
<i>[Version 0.5.3 of the language is out!](https://github.com/carp-lang/Carp/releases/)</i>

## About

Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ main = do
>>= execStrs "Postload" postloads
>>= \ctx -> case execMode of
Repl -> do
putStrLn "Welcome to Carp 0.5.2"
putStrLn "Welcome to Carp 0.5.3"
putStrLn "This is free software with ABSOLUTELY NO WARRANTY."
putStrLn "Evaluate (help) for more information."
snd <$> runRepl ctx
Expand Down

0 comments on commit b745b1f

Please sign in to comment.