Skip to content

Commit

Permalink
Bump aws_c_common_jll version and project version (#13)
Browse files Browse the repository at this point in the history
* Bump aws_c_common_jll version and project version

* bump aws_common in gen project

* Fix gen project

* Commit new library generated bindings
  • Loading branch information
quinnj authored Jul 13, 2024
1 parent 170627b commit 0da8e60
Show file tree
Hide file tree
Showing 16 changed files with 11,276 additions and 3,671 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LibAwsCommon"
uuid = "c6e421ba-b5f8-4792-a1c4-42948de3ed9d"
version = "1.1.0"
version = "1.2.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -9,7 +9,7 @@ aws_c_common_jll = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
[compat]
Aqua = "0.7"
CEnum = "0.5"
aws_c_common_jll = "=0.9.14"
aws_c_common_jll = "=0.9.23"
julia = "1.6"

[extras]
Expand Down
8 changes: 4 additions & 4 deletions gen/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.2"
julia_version = "1.10.4"
manifest_format = "2.0"
project_hash = "981bed63f0072e15b9d8cfedf2a309eaddd66050"
project_hash = "35a24eff95fae19634cc4836c22f45163c5cea2a"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down Expand Up @@ -209,9 +209,9 @@ version = "1.2.13+1"

[[deps.aws_c_common_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "586a1aa2fdda172c45587b52f5329fedde14f44c"
git-tree-sha1 = "68d3a903076819904e9e27d077b59b95fcca44e0"
uuid = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
version = "0.9.14+0"
version = "0.9.23+0"

[[deps.libLLVM_jll]]
deps = ["Artifacts", "Libdl"]
Expand Down
2 changes: 1 addition & 1 deletion gen/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ aws_c_common_jll = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
[compat]
Clang = "0.18.3"
JLLPrefixes = "0.3"
aws_c_common_jll = "=0.9.14"
aws_c_common_jll = "=0.9.23"
Loading

2 comments on commit 0da8e60

@quinnj
Copy link
Member Author

@quinnj quinnj commented on 0da8e60 Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@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/111025

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.2.0 -m "<description of version>" 0da8e60aa42d335a87263356b86b0344431ef974
git push origin v1.2.0

Please sign in to comment.