Skip to content

Commit 3184904

Browse files
v0.5.0 (#143)
1 parent aba3ec2 commit 3184904

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
## [0.5.0] - 2024-03-28
13+
14+
### Breaking
15+
- Updated `data.proposal.vehicleParking` to `data.property.parking` & `data.proposal.parking` to better align to Greater London Authority legislation for capturing existing count, proposed count, and difference in number of parking spaces per type of vehicle. Additionally drops `data.proposal.details` heirarchy, as this organisation wasn't meaningful in any policy context ([#136](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/136))
16+
17+
### Added
18+
- Added change of use of land projects to supported `ProjectTypes` ([#142](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/142))
19+
1220
## [0.4.1] - 2024-03-15
1321

1422
### Added

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-planning-data-schemas",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Digital Planning Data schemas",
55
"main": "schema/schema.json",
66
"scripts": {

0 commit comments

Comments
 (0)