Commit Graph

35 Commits

Author SHA1 Message Date
R. Ryantm
3ff4c0754b jsonschema-cli: 0.49.5 -> 0.49.9 2026-08-13 23:37:50 +00:00
R. Ryantm
492c357760 jsonschema-cli: 0.49.1 -> 0.49.5 2026-08-05 08:34:03 +00:00
R. Ryantm
43238bf8c0 jsonschema-cli: 0.48.0 -> 0.49.1 2026-07-27 03:27:21 +00:00
R. Ryantm
3b914e7044 jsonschema-cli: 0.47.0 -> 0.48.0 2026-07-17 20:53:26 +00:00
R. Ryantm
e0ed40afe5 jsonschema-cli: 0.46.6 -> 0.47.0 2026-07-09 02:04:51 +00:00
R. Ryantm
ea2caf2a03 jsonschema-cli: 0.46.5 -> 0.46.6 2026-06-30 03:43:37 +00:00
R. Ryantm
fc696fa08c jsonschema-cli: 0.46.4 -> 0.46.5 2026-05-17 08:57:11 +00:00
R. Ryantm
ba83e354e4 jsonschema-cli: 0.46.3 -> 0.46.4 2026-05-09 01:14:21 +00:00
R. Ryantm
58107ef300 jsonschema-cli: 0.46.2 -> 0.46.3 2026-04-30 15:43:08 +00:00
R. Ryantm
1a26dc1578 jsonschema-cli: 0.46.0 -> 0.46.2 2026-04-21 11:42:36 +00:00
R. Ryantm
c754ee1b35 jsonschema-cli: 0.45.0 -> 0.46.0 2026-04-13 10:27:07 +00:00
R. Ryantm
9e0d9e023c jsonschema-cli: 0.44.0 -> 0.45.0 2026-03-10 20:28:19 +00:00
R. Ryantm
fe5c00ea0d jsonschema-cli: 0.42.1 -> 0.44.0 2026-03-02 16:28:45 +00:00
R. Ryantm
01a10a7571 jsonschema-cli: 0.42.0 -> 0.42.1 2026-02-22 15:19:44 +00:00
R. Ryantm
466aa69cee jsonschema-cli: 0.41.0 -> 0.42.0 2026-02-15 06:01:13 +00:00
R. Ryantm
9d7576efb4 jsonschema-cli: 0.40.0 -> 0.41.0 2026-02-07 23:38:12 +00:00
Kenichi Kamiya
c5976df9fb jsonschema-cli: 0.38.1 -> 0.40.0
Diff: https://github.com/Stranger6667/jsonschema/compare/rust-v0.38.1...rust-v0.40.0

Without $SSL_CERT_FILE, several new HTTP tests in 0.40.0 will fail.

```
  failures:
    test_http_connect_timeout_option
    test_http_options_ndjson_output
    test_http_options_with_external_ref
    test_http_timeout_option
```
2026-01-21 15:33:40 +09:00
R. Ryantm
146d5e24d8 jsonschema-cli: 0.37.4 -> 0.38.1 2025-12-30 19:00:46 +00:00
nixpkgs-ci[bot]
0ae26192c3 Merge staging-next into staging 2025-12-05 06:07:40 +00:00
R. Ryantm
3a1c634cb0 jsonschema-cli: 0.37.2 -> 0.37.4 2025-12-04 20:02:25 +00:00
nixpkgs-ci[bot]
70e3f8093a Merge staging-next into staging 2025-11-28 12:07:45 +00:00
R. Ryantm
102d8f5090 jsonschema-cli: 0.37.1 -> 0.37.2 2025-11-28 10:37:07 +00:00
Philip Taron
feb4539536 versionCheckHook: Check for --version first (#463218) 2025-11-26 16:19:36 +00:00
R. Ryantm
e9f2255085 jsonschema-cli: 0.33.0 -> 0.37.1 2025-11-21 23:24:13 +00:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
R. Ryantm
26aa5a4455 jsonschema-cli: 0.32.1 -> 0.33.0 2025-08-31 04:44:36 +00:00
R. Ryantm
25922a454f jsonschema-cli: 0.32.0 -> 0.32.1 2025-08-12 14:48:13 +00:00
Kenichi Kamiya
76c385af8d jsonschema-cli: use finalAttrs instead of rec
Removed versionCheckProgram.
This attribute would have required an update in this change,
but I chose to remove it since its functionality is now provided by the default.
See befb2beebd for detail.
2025-08-04 00:54:05 +09:00
Kenichi Kamiya
fb67d037a6 jsonschema-cli: don't use pname in src 2025-08-04 00:54:05 +09:00
R. Ryantm
87bb70d0ee jsonschema-cli: 0.30.0 -> 0.32.0 2025-08-03 14:45:54 +00:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
R. Ryantm
65bc1912f4 jsonschema-cli: 0.29.1 -> 0.30.0 2025-04-17 17:41:03 +00:00
Gaetan Lepage
bfe27cf81c treewide: use a string for versionCheckProgramArg where possible 2025-04-05 14:45:13 +02:00
R. Ryantm
1030db02b9 jsonschema-cli: 0.29.0 -> 0.29.1 2025-03-28 08:47:20 +00:00
Kenichi Kamiya
80825e284a jsonschema-cli: init at 0.29.0 (#382774)
Co-authored-by: Tert0 <tert0byte@gmail.com>
2025-02-19 16:41:37 +01:00