Skip to content

Commit

Permalink
Prepare release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Dec 20, 2020
1 parent 8bdb93d commit 343edbc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "GFlops"
uuid = "2ea8233c-34d4-5acc-88b4-02f326385bcc"
license = "MIT"
authors = ["François Févotte <francois.fevotte@triscale-innov.com>"]
version = "0.1.1"
version = "0.1.2"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

2 comments on commit 343edbc

@ffevotte
Copy link
Member Author

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

  • Quality Assurance:
    • switch to GitHub Actions for CI

@JuliaRegistrator
Copy link

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:

git tag -a v0.1.2 -m "<description of version>" 343edbcb3bb43efec68ea44c8a65125eddd3c4ba
git push origin v0.1.2

Please sign in to comment.