Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Aug 27, 2023
1 parent 408cdee commit c13fb45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.7] - UNRELEASED
## [0.1.7] - 2023-08-27

### Changed

- Updated CompatHelper setup
- Fixed CI (#44)
- `rem` has a pure-julia software implementation since Julia 1.9 (#42)
- `fma` seems to be implemented in software on MacOS since Julia 1.8 (#45)
- Updated to PrettyTables v2 (#41, #46)


## [0.1.6] - 2022-05-23
Expand Down
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 <[email protected]>"]
version = "0.1.8"
version = "0.1.7"

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

2 comments on commit c13fb45

@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:

Changed

@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/90351

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.7 -m "<description of version>" c13fb45e9795cf5deb4881d550f00696e2a963bc
git push origin v0.1.7

Please sign in to comment.