-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Changelog | ||
|
||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
|
||
## [0.1.2] - 2020-12-20 | ||
|
||
### Added | ||
|
||
- Support for ternary operators: fma (#12) | ||
|
||
### Changed | ||
|
||
- Quality Assurance: | ||
- switch to GitHub Actions for CI | ||
|
||
|
||
|
||
## [0.1.1] - 2020-04-21 | ||
|
||
This is the first version compatible with Julia 1.4 | ||
|
||
### Added | ||
|
||
- Quality Assurance: | ||
- more tests (#11) | ||
- TagBot support (#7) | ||
- CompatHelper support | ||
|
||
## Changed | ||
|
||
- Update dependency compat bounds to restore compatibility with Julia 1.4 (#6, #10) | ||
- Cassette (#8) | ||
- BenchmarkTools (#9) | ||
|
||
|
||
|
||
## [0.1.0] - 2019-11-13 | ||
|
||
Initial release | ||
|
||
### Added | ||
|
||
- Support for 32-bit and 64-bit FP formats | ||
- Support for binary operators: +, -, *, / | ||
- Support for unary operator: sqrt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
343edbc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
Added
Changed
343edbc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/26671
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: