This commit is contained in:
Calvin Rose 2019-01-26 21:40:04 -05:00
parent f72aa64f41
commit c333cbfa55
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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"