Skip to content

Commit

Permalink
queue up v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Mar 28, 2024
1 parent d1ae2fc commit 1c746d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The minor version will be incremented upon a breaking change and the patch version will be
incremented for features.

## [0.5.0] - 2024-03-28

### Breaking
- 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))

### Added
- Added change of use of land projects to supported `ProjectTypes` ([#142](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/142))

## [0.4.1] - 2024-03-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-planning-data-schemas",
"version": "0.4.1",
"version": "0.5.0",
"description": "Digital Planning Data schemas",
"main": "schema/schema.json",
"scripts": {
Expand Down

0 comments on commit 1c746d3

Please sign in to comment.