Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Sep 24, 2022
1 parent c58f22a commit 0516ab9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# History of Cuba.jl

## v2.3.0 (2022-09-24)

### New Features

* License was changed to MIT "Expat"
([#40](https://github.com/giordano/Cuba.jl/issues/40), [#43](https://github.com/giordano/Cuba.jl/pull/43)).
* It is now possible to directly pass data to the integrand function with the
`userdata` keyword argument
([#39](https://github.com/giordano/Cuba.jl/pull/39)). See the [example in the
documentation](https://giordano.github.io/Cuba.jl/v2.3.0/#Passing-data-to-the-integrand-function)
for more details.

## v2.2.0 (2021-01-28)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Cuba"
uuid = "8a292aeb-7a57-582c-b821-06e4c11590b1"
authors = ["Mosè Giordano <mose@gnu.org>"]
version = "2.2.0"
version = "2.3.0"

[deps]
Cuba_jll = "3bed1096-5ab2-53a1-92e2-6c1cc31d0f4b"
Expand Down

2 comments on commit 0516ab9

@giordano
Copy link
Owner Author

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

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 v2.3.0 -m "<description of version>" 0516ab9aa1b289ecedc2125187e79dfe13ae1598
git push origin v2.3.0

Please sign in to comment.