Skip to content

Commit

Permalink
Version 0.0.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-mcdaniel committed Dec 27, 2023
1 parent 24b8eba commit 6ee3064
Show file tree
Hide file tree
Showing 47 changed files with 64 additions and 54 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ Added methods to types, associated constants, and expanded support for foreign f
Changed type system to accommodate methods.

### Fixed

## [0.0.3-alpha] - 2023-12-27

### Added

### Changed

### Fixed

Fixed bug where unary `-` operator did not type-check on `Float` values.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sage"
authors = ["Adam McDaniel <[email protected]> (https://adam-mcdaniel.net)"]
version = "0.0.2-alpha"
version = "0.0.3-alpha"
edition = "2021"
license = "MIT"
description = "A portable programming language with a compact backend"
Expand Down
2 changes: 1 addition & 1 deletion docs/implementors/core/clone/trait.Clone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/implementors/core/cmp/trait.Eq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/implementors/core/cmp/trait.Ord.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/implementors/core/cmp/trait.PartialEq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/implementors/core/cmp/trait.PartialOrd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/implementors/core/convert/trait.From.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/implementors/core/default/trait.Default.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6ee3064

Please sign in to comment.