Skip to content

Commit

Permalink
Prepare release 0.6.0 (#2733)
Browse files Browse the repository at this point in the history
* Prepare release 0.6.0

* Fix bootstrap chez

* Correct version in bootstrap chez
  • Loading branch information
edwinb authored Oct 27, 2022
1 parent 57c589c commit e125c90
Show file tree
Hide file tree
Showing 16 changed files with 13,773 additions and 12,151 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If all is well, to install, type:
### 3: Installing with an existing Idris 2

If you have the latest *released* version of Idris 2
(0.4.0 at the time of writing) installed:
(0.5.1 at the time of writing) installed:

- `make all`
- `make install`
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ TARGET = ${TARGETDIR}/${NAME}
IDRIS2_CG ?= chez

MAJOR=0
MINOR=5
PATCH=1
MINOR=6
PATCH=0

GIT_SHA1=
ifeq ($(shell git status >/dev/null 2>&1; echo $$?), 0)
Expand Down
2 changes: 1 addition & 1 deletion Release/CHECKLIST
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[ ] Change version number in flake.nix
[ ] Change version number in test pkg010 (TODO: make this step unnecessary!)
[ ] Make sure INSTALL.md gives the correct minimum Idris version
[ ] Update bootstrap chez and racket
[ ] Update bootstrap chez and racket (built with new version)
[ ] Remove __collect_safe from generated chez (to avoid need for chez >9.5)
[ ] Tag on github with version number (in the form vX.Y.Z)
[ ] make libdocs and upload to idris-lang.org
Expand Down
12,971 changes: 6,894 additions & 6,077 deletions bootstrap/idris2_app/idris2.rkt

Large diffs are not rendered by default.

12,919 changes: 6,862 additions & 6,057 deletions bootstrap/idris2_app/idris2.ss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-helloworld.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris2 hello.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.5.1
/ // __ / ___/ / ___/ __/ / Version 0.6.0
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-interp.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris2 interp.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.5.1
/ // __ / ___/ / ___/ __/ / Version 0.6.0
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-start.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris2
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.5.1
/ // __ / ___/ / ___/ __/ / Version 0.6.0
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

outputs = { self, nixpkgs, flake-utils, idris-emacs-src }:
let
idris2-version = "0.5.1";
idris2-version = "0.6.0";
lib = import ./nix/lib.nix;
sys-agnostic = rec {
templates.pkg = {
Expand Down
2 changes: 1 addition & 1 deletion idris2api.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package idris2
version = 0.5.1
version = 0.6.0

modules =
Algebra,
Expand Down
2 changes: 1 addition & 1 deletion libs/base/base.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package base
version = 0.5.1
version = 0.6.0

opts = "--ignore-missing-ipkg -Wno-shadowing"

Expand Down
2 changes: 1 addition & 1 deletion libs/contrib/contrib.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package contrib
version = 0.5.1
version = 0.6.0

opts = "--ignore-missing-ipkg -Wno-shadowing"

Expand Down
2 changes: 1 addition & 1 deletion libs/network/network.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package network
version = 0.5.1
version = 0.6.0

opts = "--ignore-missing-ipkg"

Expand Down
2 changes: 1 addition & 1 deletion libs/prelude/prelude.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package prelude
version = 0.5.1
version = 0.6.0

opts = "--ignore-missing-ipkg --no-prelude"

Expand Down
2 changes: 1 addition & 1 deletion libs/test/test.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package test
version = 0.5.1
version = 0.6.0

opts = "--ignore-missing-ipkg"

Expand Down
6 changes: 3 additions & 3 deletions tests/idris2/pkg010/expected.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1/1: Building Main (Main.idr)
Installing __PWD__build/ttc/Main.ttc to __PWD__currently/nonexistent/dir/idris2-0.5.1/testpkg-0
Installing __PWD__build/ttc/Main.ttc to __PWD__currently/nonexistent/dir/idris2-0.5.1/testpkg-0
Installing package file for testpkg to __PWD__currently/nonexistent/dir/idris2-0.5.1/testpkg-0
Installing __PWD__build/ttc/Main.ttc to __PWD__currently/nonexistent/dir/idris2-0.6.0/testpkg-0
Installing __PWD__build/ttc/Main.ttc to __PWD__currently/nonexistent/dir/idris2-0.6.0/testpkg-0
Installing package file for testpkg to __PWD__currently/nonexistent/dir/idris2-0.6.0/testpkg-0

0 comments on commit e125c90

Please sign in to comment.