Skip to content

Commit

Permalink
Bump to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Apr 27, 2022
1 parent 9195719 commit 286eb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Kaleido"
uuid = "caafb194-7e8d-11e9-2724-d5981dd0806d"
authors = ["Takafumi Arakaki <[email protected]>"]
version = "0.2.7-DEV"
version = "0.2.7"

[deps]
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Codecov](https://codecov.io/gh/tkf/Kaleido.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/tkf/Kaleido.jl)
[![Coveralls](https://coveralls.io/repos/github/tkf/Kaleido.jl/badge.svg?branch=master)](https://coveralls.io/github/tkf/Kaleido.jl?branch=master)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/tkf/Kaleido.jl/v0.2.6.svg?style=social&logo=github)](https://github.com/tkf/Kaleido.jl)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/tkf/Kaleido.jl/v0.2.7.svg?style=social&logo=github)](https://github.com/tkf/Kaleido.jl)

Kaleido.jl is a collection of useful
[`Lens`](https://jw3126.github.io/Setfield.jl/latest/index.html#Setfield.Lens)es
Expand Down

2 comments on commit 286eb4f

@tkf
Copy link
Owner Author

@tkf tkf commented on 286eb4f Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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.2.7 -m "<description of version>" 286eb4ff554e843ec2c244c2a1eb28c4039deb82
git push origin v0.2.7

Please sign in to comment.