Skip to content

Commit

Permalink
Bump to 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jan 30, 2021
1 parent 2a544a0 commit a32c7a8
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 = "BangBang"
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
authors = ["Takafumi Arakaki <aka.tkf@gmail.com>"]
version = "0.3.30-DEV"
version = "0.3.30"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
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/JuliaFolds/BangBang.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaFolds/BangBang.jl)
[![Coveralls](https://coveralls.io/repos/github/JuliaFolds/BangBang.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaFolds/BangBang.jl?branch=master)
[![Aqua QA](https://img.shields.io/badge/Aqua.jl-%F0%9F%8C%A2-aqua.svg)](https://github.com/tkf/Aqua.jl)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/JuliaFolds/BangBang.jl/v0.3.29.svg?style=social&logo=github)](https://github.com/JuliaFolds/BangBang.jl)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/JuliaFolds/BangBang.jl/v0.3.30.svg?style=social&logo=github)](https://github.com/JuliaFolds/BangBang.jl)

BangBang.jl implements functions whose name ends with `!!`. Those
functions provide a uniform interface for mutable and immutable data
Expand Down

2 comments on commit a32c7a8

@tkf
Copy link
Member Author

@tkf tkf commented on a32c7a8 Jan 30, 2021

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/29008

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

Please sign in to comment.