Skip to content

Commit

Permalink
Prepare for v0.3 release
Browse files Browse the repository at this point in the history
Also added [compat] to toml
  • Loading branch information
JulienKluge committed Feb 16, 2022
1 parent d1256ab commit 7678999
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name = "AllanDeviations"
uuid = "7e732cdd-9a46-54ef-932c-559ab8d83ddb"
authors = ["Julien Kluge <Julien.Kluge@gmail.com>"]
version = "0.2.3"
version = "0.3.0"

[compat]
julia = "^1.0.0"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
12 changes: 12 additions & 0 deletions Project.toml.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name = "AllanDeviations"
uuid = "7e732cdd-9a46-54ef-932c-559ab8d83ddb"
authors = ["Julien Kluge <Julien.Kluge@gmail.com>"]
version = "0.3.0"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Random", "Pkg"]

2 comments on commit 7678999

@JulienKluge
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/54774

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>" 7678999e6db2caa010c121f2662288ddefec99fc
git push origin v0.3.0

Please sign in to comment.