Browse Source

v0.4.0

match-statements v0.4.0
Garrit Franke 3 years ago
parent
commit
88559aeb81
  1. 19
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

19
CHANGELOG.md

@ -1,5 +1,24 @@
# Changelog
## v0.4.0 (2021-02-20)
This release introduces the concept of structs, alongside many improvements to the documentation.
**Features**
- Assignment operators (#10)
- Structs (#12)
**Fixes**
None
**Documentation**
- Fixed some typose and broken links
- Document boolean values
- Added this changelog!
## v0.3.0 (2021-02-12)
This release adds type inference to Sabre. There are also a lot of improvements in terms of documentation. The docs are now at a state that can be considered "usable".

2
Cargo.lock generated

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

2
Cargo.toml

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

Loading…
Cancel
Save