Skip to content

Commit

Permalink
Updated major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aptmcl committed Apr 17, 2022
1 parent 9d7da00 commit a19be72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
deps/deps.jl
/Manifest.toml
/docs/build/
12 changes: 6 additions & 6 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ version = "1.4.1"

[[deps.KhepriAutoCAD]]
deps = ["ColorTypes", "Dates", "EzXML", "KhepriBase", "Reexport", "Sockets"]
git-tree-sha1 = "e07134a54db2bfb3e1994ce3de449cb172f21f92"
git-tree-sha1 = "53c87fb9415cdb15110e9436dee88ae00ab7b887"
uuid = "84eb9a3b-232b-4081-b917-cfea549d0d83"
version = "0.2.0"
version = "1.1.0"

[[deps.KhepriBase]]
deps = ["ColorTypes", "Dates", "Dierckx", "LinearAlgebra", "Sockets", "StaticArrays"]
git-tree-sha1 = "7ab3b822592292977ae8e2737906dd295f0be2b7"
git-tree-sha1 = "7a8b987f9c0a2d78ea6f782c3e823fbc62f4a5f9"
uuid = "4cc0fe96-1163-46f3-ba32-de1e65d9548f"
version = "0.4.0"
version = "0.4.3"

[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
Expand Down Expand Up @@ -174,9 +174,9 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[[deps.StaticArrays]]
deps = ["LinearAlgebra", "Random", "Statistics"]
git-tree-sha1 = "6976fab022fea2ffea3d945159317556e5dad87c"
git-tree-sha1 = "4f6ec5d99a28e1a749559ef7dd518663c5eca3d5"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.4.2"
version = "1.4.3"

[[deps.Statistics]]
deps = ["LinearAlgebra", "SparseArrays"]
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Khepri"
uuid = "59ceddad-2dad-55ad-af66-072f48a109d0"
authors = ["aptmcl <antonio.menezes.leitao@gmail.com>"]
version = "1.0.0"
version = "1.1.0"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand All @@ -13,6 +13,6 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ColorTypes = "0.11"
Colors = "0.12"
KhepriAutoCAD = "1.0"
KhepriAutoCAD = "1.1"
Reexport = "1"
julia = "1.7"

2 comments on commit a19be72

@aptmcl
Copy link
Owner Author

@aptmcl aptmcl commented on a19be72 Apr 17, 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/58662

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 v1.1.0 -m "<description of version>" a19be724351f6b9c934938482da10079c47ccb13
git push origin v1.1.0

Please sign in to comment.