From 208eb7520a1d35e6399784e2df28b912f4aaf624 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 16 Apr 2019 15:48:53 -0400 Subject: [PATCH] Update CHANGELOG.md and bump version. --- CHANGELOG.md | 9 +++++++++ src/include/janetconf.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5ffbe5..0ea16f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/include/janetconf.h b/src/include/janetconf.h index e3c3b81e..d12b92d4 100644 --- a/src/include/janetconf.h +++ b/src/include/janetconf.h @@ -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 */