Update CHANGELOG.md and bump version.

This commit is contained in:
Calvin Rose 2019-04-16 15:48:53 -04:00
parent 2d7df6b78e
commit 208eb7520a
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.5.0 - ??
- Remove `*env*`, and `*doc-width*`.
- Add `fiber/getenv`, `fiber/setenv`, and `dyn`, and `setdyn`.
- Change signatures of some functions like `eval` which no longer takes
an optional environment.
- Add printf function
- Make `pp` configurable with dynamic binding `:pretty-format`.
- Remove the `meta` function.
## 0.4.1 - 2019-04-14
- Squash some bugs
- Peg patterns can now make captures in any position in a grammar.

View File

@ -25,7 +25,7 @@
#ifndef JANETCONF_H
#define JANETCONF_H
#define JANET_VERSION "0.4.1"
#define JANET_VERSION "0.5.0"
/* #define JANET_BUILD "local" */
/* #define JANET_SINGLE_THREADED */