Skip to content

Commit

Permalink
Prepare for release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Dec 23, 2020
1 parent 548379a commit 9c28058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm



## [UNRELEASED]
## [0.1.3] - 2020-12-23

### Changed

Expand All @@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- TagBot: switch to issue comment triggers
- Display memory allocs in `@gflops` output (#5)
- Estimate GFlops based on the minimum time measurement provided by `@btime` (#15)
- Flop Counters are now displayed in a pretty-printed table
- Flop Counters are now displayed in a pretty-printed table (#3)



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.2"
version = "0.1.3"

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

2 comments on commit 9c28058

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

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.3 -m "<description of version>" 9c280589cbfd6e412afb83871484255d96f06ce0
git push origin v0.1.3

Please sign in to comment.