Skip to content

Commit 6ee3064

Browse files
committed
Version 0.0.3-alpha
1 parent 24b8eba commit 6ee3064

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+64
-54
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,13 @@ Added methods to types, associated constants, and expanded support for foreign f
3939
Changed type system to accommodate methods.
4040

4141
### Fixed
42+
43+
## [0.0.3-alpha] - 2023-12-27
44+
45+
### Added
46+
47+
### Changed
48+
49+
### Fixed
50+
51+
Fixed bug where unary `-` operator did not type-check on `Float` values.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sage"
33
authors = ["Adam McDaniel <[email protected]> (https://adam-mcdaniel.net)"]
4-
version = "0.0.2-alpha"
4+
version = "0.0.3-alpha"
55
edition = "2021"
66
license = "MIT"
77
description = "A portable programming language with a compact backend"

docs/implementors/core/clone/trait.Clone.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/cmp/trait.Eq.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/cmp/trait.Ord.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/cmp/trait.PartialEq.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/cmp/trait.PartialOrd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/convert/trait.From.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/default/trait.Default.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)