aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-10-10 09:27:31 -0500
committerCalvin Rose <calsrose@gmail.com>2021-10-10 09:27:31 -0500
commitf0da793f9988a053b1dff61d2e6acc5edd0ac94b (patch)
treeb3f375859e3fbd4ac1b1c63e57872a74fccb16d5
parentAdd optional base to scan-number. (diff)
Prepare for 1.18.0 releasev1.18.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--src/conf/janetconf.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08e04422..bddb1af7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
-## Unreleased - ???
+## 1.18.0 - 2021-10-10
+- Allow `ev/cancel` to work on already scheduled fibers.
+- Fix bugs with ev/ module.
+- Add optional `base` argument to scan-number
- Add `-i` flag to janet binary to make it easier to run image files from the command line
- Remove `thread/` module.
- Add `(number ...)` pattern to peg for more efficient number parsing using Janet's
diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h
index d78e3257..9e6365cd 100644
--- a/src/conf/janetconf.h
+++ b/src/conf/janetconf.h
@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 18
#define JANET_VERSION_PATCH 0
-#define JANET_VERSION_EXTRA "-dev"
-#define JANET_VERSION "1.18.0-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.18.0"
/* #define JANET_BUILD "local" */