mirror of
https://github.com/janet-lang/janet
synced 2024-11-19 07:04:48 +00:00
0.3.0
This commit is contained in:
parent
f72aa64f41
commit
c333cbfa55
@ -1,7 +1,7 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.3.2 - present
|
||||
## 0.3.0 - 2019-26-01
|
||||
- Add amalgamated build to janet for easier embedding.
|
||||
- Add os/date function
|
||||
- Add slurp and spit to core library.
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
|
||||
/***** START SECTION CONFIG *****/
|
||||
|
||||
#define JANET_VERSION "0.3.1"
|
||||
#define JANET_VERSION "0.3.0"
|
||||
|
||||
#ifndef JANET_BUILD
|
||||
#define JANET_BUILD "local"
|
||||
|
Loading…
Reference in New Issue
Block a user