1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +00:00

Update deployment and fix changelog.

This commit is contained in:
Calvin Rose 2019-11-10 11:30:09 -06:00
parent 41a22f258e
commit 5681e02e0f
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
- `os/date` now defaults to UTC. - `os/date` now defaults to UTC.
- Add `--test` flag to jpm to test libraries on installation. - Add `--test` flag to jpm to test libraries on installation.
- Add `math/rng`, `math/rng-int`, and `math/rng-uniform`. - Add `math/rng`, `math/rng-int`, and `math/rng-uniform`.
- Add `in` function to index in a stricter manner. Opposingly, `get` will - Add `in` function to index in a stricter manner. Conversely, `get` will
now not throw errors on bad keys. now not throw errors on bad keys.
- Indexed types and byte sequences will now error when indexed out of range or - Indexed types and byte sequences will now error when indexed out of range or
with bad keys. with bad keys.
@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
and `math/seedrandom` with a consistent, platform independent RNG. and `math/seedrandom` with a consistent, platform independent RNG.
- Add `with-vars` macro. - Add `with-vars` macro.
- Add the `quickbin` command to jpm. - Add the `quickbin` command to jpm.
- Create shell.c when making the amlagamated source. This can be compiled with - Create shell.c when making the amalgamated source. This can be compiled with
janet.c to make the janet interpreter. janet.c to make the janet interpreter.
- Add `cli-main` function to the core, which invokes Janet's CLI interface. - Add `cli-main` function to the core, which invokes Janet's CLI interface.
This basically moves what was init.janet into boot.janet. This basically moves what was init.janet into boot.janet.

View File

@ -58,7 +58,7 @@ deploy:
provider: GitHub provider: GitHub
auth_token: auth_token:
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
artifact: /janet.*/ artifact: /(janet|shell).*/
draft: true draft: true
on: on:
APPVEYOR_REPO_TAG: true APPVEYOR_REPO_TAG: true