From ec62e871dda869413187a840b6b46c413ae7318d Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 8 Aug 2019 18:51:24 -0500 Subject: [PATCH] Update to version 1.2.0. --- CHANGELOG.md | 2 +- src/conf/janetconf.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36180ed6..9695b4b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased +## 1.2.0 - 2019-08-08 - Add `take` and `drop` functions that are easier to use compared to the existing slice functions. - Add optional default value to `get`. diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index b7b14fce..a16194e6 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -29,8 +29,8 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 2 #define JANET_VERSION_PATCH 0 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.2.0-dev" +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.2.0" /* #define JANET_BUILD "local" */