Browse Source

v0.5.0

master v0.5.0
Garrit Franke 3 years ago
parent
commit
382a09cd0d
  1. 13
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

13
CHANGELOG.md

@ -1,11 +1,22 @@
# Changelog
## Unreleased
## v0.5.0 (2021-02-23)
**Features**
- Match statements (#15)
- Modules and imports (#17)
- Support for Docker
- Support for Arch Linux build system (Thanks Alex)
**Fixes**
- Fixed a bug with nested expressions and arithmetic operations
**Documentation**
- Added some in-repo technical documentation
- Minor fixes
## v0.4.0 (2021-02-20)

2
Cargo.lock generated

@ -365,7 +365,7 @@ dependencies = [
[[package]]
name = "sabre-lang"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"inkwell",
"rust-embed",

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "sabre-lang"
version = "0.4.0"
version = "0.5.0"
authors = ["Garrit Franke <garrit@slashdev.space>"]
description = "The sabre programming language"
license = "Apache-2.0"

Loading…
Cancel
Save