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.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
5
8
- Add ` -i ` flag to janet binary to make it easier to run image files from the command line
6
9
- Remove ` thread/ ` module.
7
10
- Add ` (number ...) ` pattern to peg for more efficient number parsing using Janet's
Original file line number Diff line number Diff line change 6
6
#define JANET_VERSION_MAJOR 1
7
7
#define JANET_VERSION_MINOR 18
8
8
#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"
11
11
12
12
/* #define JANET_BUILD "local" */
13
13
You can’t perform that action at this time.
0 commit comments