build: 0.5.3

This commit is contained in:
Erik Svedäng 2021-09-17 13:54:26 +02:00
parent cf3fddfe3a
commit b745b1fcdb
4 changed files with 9 additions and 3 deletions

View File

@ -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 # 0.5.2
- fix: Elide void definitions (#1305) - fix: Elide void definitions (#1305)
- fix: Allow types defined in modules to be members (#1303) - fix: Allow types defined in modules to be members (#1303)

View File

@ -1,5 +1,5 @@
name: CarpHask name: CarpHask
version: 0.5.2.0 version: 0.5.3.0
-- synopsis: -- synopsis:
-- description: -- description:
homepage: https://github.com/eriksvedang/Carp homepage: https://github.com/eriksvedang/Carp

View File

@ -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>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 ## About

View File

@ -144,7 +144,7 @@ main = do
>>= execStrs "Postload" postloads >>= execStrs "Postload" postloads
>>= \ctx -> case execMode of >>= \ctx -> case execMode of
Repl -> do 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 "This is free software with ABSOLUTELY NO WARRANTY."
putStrLn "Evaluate (help) for more information." putStrLn "Evaluate (help) for more information."
snd <$> runRepl ctx snd <$> runRepl ctx