Skip to content

Commit

Permalink
Bump 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RGerzaguet committed Nov 29, 2021
1 parent d516f67 commit 88c4dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 = "UHDBindings"
uuid = "4d90b16f-829e-4b78-80d9-fb9bcf8c06e0"
authors = ["Robin Gerzaguet <robin.gerzaguet@irisa.fr>"]
version = "0.2.2"
version = "0.3.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down
1 change: 0 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ julia> import Pkg; Pkg.add("UHDBindings
## Version 0.3
- LibUHD refactor. Bindings have been generated with [`Clang.jl`](https://github.com/JuliaInterop/Clang.jl). It is possible to use a custom configuration after initialize the radio with `openUHD`. See the MIMO example
- API update ! We now support natively multiple boards and MIMO.
:w
## Version 0.2.2
- The UHD lib is now automatically provided by Yggdrasil !
Expand Down

2 comments on commit 88c4dfe

@RGerzaguet
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
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/49554

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.0 -m "<description of version>" 88c4dfee0166c4a125f025f712c78b1a1c27b73d
git push origin v0.3.0

Please sign in to comment.