Skip to content

Commit b990d77

Browse files
committed
Prepare for 1.16.0 release.
1 parent d204e06 commit b990d77

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## ??? - Unreleased
4+
## 1.16.0 - 2021-05-30
5+
- Add color documentation to the `doc` macro - enable/disable with `(dyn :doc-color)`.
6+
- Remove simpler HTML docs from distribution - use website or built-in documentation instead.
7+
- Add compiler warnings and deprecation levels.
58
- Add `as-macro` to make using macros within quasiquote easier to do hygienically.
69
- Expose `JANET_OUT_OF_MEMORY` as part of the Janet API.
710
- Add `native-deps` option to `decalre-native` in `jpm`. This lets native libraries link to other

src/conf/janetconf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define JANET_VERSION_MAJOR 1
77
#define JANET_VERSION_MINOR 16
88
#define JANET_VERSION_PATCH 0
9-
#define JANET_VERSION_EXTRA "-dev"
10-
#define JANET_VERSION "1.16.0-dev"
9+
#define JANET_VERSION_EXTRA ""
10+
#define JANET_VERSION "1.16.0"
1111

1212
/* #define JANET_BUILD "local" */
1313

0 commit comments

Comments
 (0)