Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog

Starting from version 3.0.0, all notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0]
## 3.2.0

### Changed
- Updated to Shapeshifter specification version 3.1.0

## 3.1.0

### Changed
- Update Spring Boot version to 3.4.1

## 3.0.0

### Added

Expand Down
345 changes: 164 additions & 181 deletions api/src/main/resources/UFTP-agr-cro.xsd

Large diffs are not rendered by default.

1,377 changes: 682 additions & 695 deletions api/src/main/resources/UFTP-agr-dso.xsd

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions api/src/main/resources/UFTP-agr.xsd
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright 2023 Contributors to the Shapeshifter project

SPDX-License-Identifier: Apache-2.0
-->

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="UFTP-common.xsd"/>
<xs:include schemaLocation="UFTP-agr-cro.xsd"/>
<xs:include schemaLocation="UFTP-agr-dso.xsd"/>
<xs:include schemaLocation="UFTP-common.xsd"/>
<xs:include schemaLocation="UFTP-agr-cro.xsd"/>
<xs:include schemaLocation="UFTP-agr-dso.xsd"/>
</xs:schema>
Loading
Loading