Skip to content

Commit

Permalink
Update to version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Aug 8, 2019
1 parent 4ba912c commit ec62e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions src/conf/janetconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" */

Expand Down

0 comments on commit ec62e87

Please sign in to comment.