Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Mar 6, 2025
1 parent dc3bd46 commit 0350d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(jsonschema VERSION 7.0.0 LANGUAGES CXX)
project(jsonschema VERSION 7.0.1 LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

# Options
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ brew install sourcemeta/apps/jsonschema
Where `X.Y.Z` is replaced with the desired version. For example:

```yaml
- uses: sourcemeta/jsonschema@v7.0.0
- uses: sourcemeta/jsonschema@v7.0.1
# Then use as usual
- run: jsonschema fmt path/to/schemas --check
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ runs:
--output "${GITHUB_WORKSPACE}/install.sh" \
"https://raw.githubusercontent.com/sourcemeta/jsonschema/main/install"
chmod +x "${GITHUB_WORKSPACE}/install.sh"
"${GITHUB_WORKSPACE}/install.sh" 7.0.0 "${INSTALL_DIR}"
"${GITHUB_WORKSPACE}/install.sh" 7.0.1 "${INSTALL_DIR}"
rm "${GITHUB_WORKSPACE}/install.sh"
echo "${INSTALL_DIR}" >> "$GITHUB_PATH"

0 comments on commit 0350d3b

Please sign in to comment.