Skip to content

Commit ff313aa

Browse files
committed
Update CHANGES for the v1.0.0 release
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent d561143 commit ff313aa

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The attributes are defined as follows:
4848
- **type**: `["string", "null"]`
4949
- `license`
5050
- **description**: *Required*, usage license of the document, e.g. "CC-BY-NC-ND".
51-
- **type**: `["string", "null"]`
51+
- **type**: `["string"]`
5252
- `manufacturer`
5353
- **description**: *Optional*, manufacturer of the device being tested.
5454
- **type**: `["string", "null"]`

docs/CHANGES.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
Release 0.2.0 (November 25 2025) -- compared to 0.1.0
1+
Release 1.0.0 (November 28 2025) -- compared to 0.2.0
22
--------------------------------------------------------
3-
- Capitalise the camera make/model in:
3+
- Switch to the schema version 1.0.0, see [CHANGES_schema](./CHANGES_schema.md) for more detail [#14](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/14).
4+
5+
Release 0.2.0 (November 26 2025) -- compared to 0.1.0
6+
--------------------------------------------------------
7+
- Capitalise the camera make/model [#9](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/9)
8+
Updated cameras:
49
- ARRI D21
510
- Canon Digital Rebel XTi
611
- Canon EOS 5D Mark II
@@ -12,11 +17,12 @@ Release 0.2.0 (November 25 2025) -- compared to 0.1.0
1217
- Nikon D70
1318
- Sony ILCE-7RM2
1419
- Sony ILCE-7SM2
15-
[#9](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/9)
1620
- Set up JSON schema validation on CI and update non-compliant data files
1721
[#13](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/13),
1822
[#19](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/19)
19-
- Add spectral sensitivity data for:
23+
- Add/update camera spectral sensitivity data [#17](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/17),
24+
[#18](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/18)
25+
Added cameras:
2026
- Arashi Vision Insta360 X5
2127
- Canon EOS-1D X Mark II
2228
- Canon EOS-1Ds Mark III
@@ -54,8 +60,11 @@ Release 0.2.0 (November 25 2025) -- compared to 0.1.0
5460
- Sony ILCE-7RM4
5561
- Sony ILCE-7SM3
5662
- Sony ILCE-9
57-
[#17](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/17),
58-
[#18](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/18)
63+
64+
Updated cameras:
65+
- Canon EOS 5D Mark II
66+
- Sony ILCE-7RM2
67+
- Sony ILCE-7SM2
5968

6069
Release 0.1.0 (July 14 2025)
6170
--------------------------------------------------------

docs/CHANGES_schema.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
Schema 1.0.0 (release TBD) -- compared to 0.1.0
1+
Schema 1.0.0 (release 1.0.0 - November 28 2025) -- compared to 0.1.0
22
--------------------------------------------------------
3-
- remove the `header/catalog_number` attribute, see [#7](https://github.com/AcademySoftwareFoundation/rawtoaces-data/issues/7)
4-
- add the `header/type` attribute, see [#8](https://github.com/AcademySoftwareFoundation/rawtoaces-data/issues/8)
3+
- Remove the `header/catalog_number` attribute [#14](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/14)
4+
- Replace `header/illuminant` with `header/type` attribute in the illuminant files [#16](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/16)
5+
- Add a nonempty constraint to the required attributes `header/schema_version`, `header/description`, `header/document_creator`, `header/license` [#22](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/22)
56

67
Schema 0.1.0 (release 0.1.0 - July 14 2025)
78
--------------------------------------------------------
8-
- Initial version of the schema
9+
- Initial version of the schema

0 commit comments

Comments
 (0)