Skip to content

Commit f0da793

Browse files
committed
Prepare for 1.18.0 release
1 parent 684f3ac commit f0da793

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.18.0 - 2021-10-10
5+
- Allow `ev/cancel` to work on already scheduled fibers.
6+
- Fix bugs with ev/ module.
7+
- Add optional `base` argument to scan-number
58
- Add `-i` flag to janet binary to make it easier to run image files from the command line
69
- Remove `thread/` module.
710
- Add `(number ...)` pattern to peg for more efficient number parsing using Janet's

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 18
88
#define JANET_VERSION_PATCH 0
9-
#define JANET_VERSION_EXTRA "-dev"
10-
#define JANET_VERSION "1.18.0-dev"
9+
#define JANET_VERSION_EXTRA ""
10+
#define JANET_VERSION "1.18.0"
1111

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

0 commit comments

Comments
 (0)