Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jsoncons] Update to version 1.0.0 #43035

Merged
merged 20 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/jsoncons/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO danielaparker/jsoncons
REF v${VERSION}
SHA512 3df0dddb54eec43885680ab3d1dffb8ba27ebff0e3c674a11577998a1ff930c82def184be7d1d7eb630c38b27e262926d218cf75599768628ab489cc965afc80
SHA512 a33f7f02c3a22e1a01087e9a481d83b5c73b4f34a2ffa3ea760065712e0c308278606b2c837e4394fc8496bb56a43503089a5b617589864f696ff06a192ce652
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/jsoncons/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsoncons",
"version": "0.177.0",
"version": "1.0.0",
"description": "A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON",
"homepage": "https://github.com/danielaparker/jsoncons",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3893,7 +3893,7 @@
"port-version": 7
},
"jsoncons": {
"baseline": "0.177.0",
"baseline": "1.0.0",
"port-version": 0
},
"jsoncpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/jsoncons.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "990e01ef6724efa0a427fedf3d453beee6243df6",
"version": "1.0.0",
"port-version": 0
},
{
"git-tree": "b7fcd14b062d2f5fcfa8234ea128f2658fc08b17",
"version": "0.177.0",
Expand Down