mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Update CHANGELOG.md and bump version.
This commit is contained in:
		| @@ -1,6 +1,15 @@ | ||||
| # Changelog | ||||
| All notable changes to this project will be documented in this file. | ||||
|  | ||||
| ## 0.5.0 - ?? | ||||
| - Remove `*env*`, and `*doc-width*`. | ||||
| - Add `fiber/getenv`, `fiber/setenv`, and `dyn`, and `setdyn`. | ||||
| - Change signatures of some functions like `eval` which no longer takes | ||||
|   an optional environment. | ||||
| - Add printf function | ||||
| - Make `pp` configurable with dynamic binding `:pretty-format`. | ||||
| - Remove the `meta` function. | ||||
|  | ||||
| ## 0.4.1 - 2019-04-14 | ||||
| - Squash some bugs | ||||
| - Peg patterns can now make captures in any position in a grammar. | ||||
|   | ||||
| @@ -25,7 +25,7 @@ | ||||
| #ifndef JANETCONF_H | ||||
| #define JANETCONF_H | ||||
|  | ||||
| #define JANET_VERSION "0.4.1" | ||||
| #define JANET_VERSION "0.5.0" | ||||
|  | ||||
| /* #define JANET_BUILD "local" */ | ||||
| /* #define JANET_SINGLE_THREADED */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose