0.5.0
This commit is contained in:
parent
1632ef74af
commit
205868a868
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Builtin documentation for builtin functions display from repl and command line (`musique doc <builtin>`)
|
- Builtin documentation for builtin functions display from repl and command line (`musique doc <builtin>`)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
MAKEFLAGS="-j $(grep -c ^processor /proc/cpuinfo)"
|
MAKEFLAGS="-j $(grep -c ^processor /proc/cpuinfo)"
|
||||||
|
|
||||||
MAJOR := 4
|
MAJOR := 5
|
||||||
MINOR := 0
|
MINOR := 0
|
||||||
PATCH := 0
|
PATCH := 0
|
||||||
COMMIT := gc$(shell git rev-parse --short HEAD 2>/dev/null)
|
COMMIT := gc$(shell git rev-parse --short HEAD 2>/dev/null)
|
||||||
|
Loading…
Reference in New Issue
Block a user