Skip to content

Commit

Permalink
build: Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksvedang committed Apr 22, 2022
1 parent 5d23388 commit e32ec43
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 0.5.5
docs: updates markdown docs to only have one h1 (#1418)
feat: add fputc wrapper to IO (#1417)
feat: register MAX and MIN macros for stdint types (#1412)
fix: respect symbol modes on interface concretization (#1415)
fix: respect let binding shadowing in memory management (#1413)
feat: adds Dynamic.sort & improves output of failing dynamic tests (#1411)
feat: implement blit on ByteOrder (#1410)
chore: updates Stackage version to 19.2 (#1408)
feat: don't manage blittable types (#1407)
ci: re-enable Debug.sanitize on Windows (#1406)
feat: add IO.fgetc (#1405)
feat: support cons-last for arrays (#1402)
refactor: project configuration get/set parity (#1400)
ci: Fixes scoop install as admin user (#1399)
feat: add c-name meta field (#1398)
feat: add Dynamic.String.to-array (#1382)
fix: mangle field names in setter templates (#1379)
fix: fix leading % format in fmt (#1380)
fix: #1347 by ignoring generically typed symbols on printing C (#1373)
fix: nix install by using correct pkg-configDepends config key (#1372)
fix: type signature of Array.unsafe-raw (#1375)
docs: Instructions to ensure correct handling of utf-8 (#1367)

# 0.5.4
- refactor: Add type candidates and template generators (#1361)
- fix: Ensure registered types with fields emit path (#1364)
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.4.0
version: 0.5.5.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.4 of the language is out!](https://github.com/carp-lang/Carp/releases/)</i>
<i>[Version 0.5.5 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.4"
putStrLn "Welcome to Carp 0.5.5"
putStrLn "This is free software with ABSOLUTELY NO WARRANTY."
putStrLn "Evaluate (help) for more information."
snd <$> runRepl ctx
Expand Down

0 comments on commit e32ec43

Please sign in to comment.