File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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.
5
8
- Add ` as-macro ` to make using macros within quasiquote easier to do hygienically.
6
9
- Expose ` JANET_OUT_OF_MEMORY ` as part of the Janet API.
7
10
- Add ` native-deps ` option to ` decalre-native ` in ` jpm ` . This lets native libraries link to other
Original file line number Diff line number Diff line change 6
6
#define JANET_VERSION_MAJOR 1
7
7
#define JANET_VERSION_MINOR 16
8
8
#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"
11
11
12
12
/* #define JANET_BUILD "local" */
13
13
You can’t perform that action at this time.
0 commit comments