Skip to content

Commit b745b1f

Browse files
committed
build: 0.5.3
1 parent cf3fddf commit b745b1f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.3
2+
- ci: Merges different platform releases into one (#1313)
3+
- feat: Add Dynamic.List.find-index (#1316)
4+
- feat: Add expand-compiled (#1310)
5+
- fix: Use non-deprecated unlink function on windows (#1311)
6+
17
# 0.5.2
28
- fix: Elide void definitions (#1305)
39
- fix: Allow types defined in modules to be members (#1303)

CarpHask.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CarpHask
2-
version: 0.5.2.0
2+
version: 0.5.3.0
33
-- synopsis:
44
-- description:
55
homepage: https://github.com/eriksvedang/Carp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<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>
1010

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

1313
## About
1414

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ main = do
144144
>>= execStrs "Postload" postloads
145145
>>= \ctx -> case execMode of
146146
Repl -> do
147-
putStrLn "Welcome to Carp 0.5.2"
147+
putStrLn "Welcome to Carp 0.5.3"
148148
putStrLn "This is free software with ABSOLUTELY NO WARRANTY."
149149
putStrLn "Evaluate (help) for more information."
150150
snd <$> runRepl ctx

0 commit comments

Comments
 (0)