Skip to content

Commit f72276d

Browse files
omermoradcontractual[bot]
andauthored
chore: version contracts (#5)
Co-authored-by: contractual[bot] <contractual[bot]@users.noreply.github.com>
1 parent 0bf711a commit f72276d

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

.contractual/changesets/add-microchip-field.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.contractual/snapshots/petstore.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ components:
140140
type: number
141141
minimum: 0
142142
description: Weight of the pet in kilograms (optional)
143+
microchipId:
144+
type: string
145+
pattern: '^[0-9]{15}$'
146+
description: 15-digit microchip ID (optional)
143147
status:
144148
type: string
145149
enum:

.contractual/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"petstore": {
3-
"version": "2.0.0",
4-
"released": "2026-03-28T17:39:25.517Z"
3+
"version": "2.1.0",
4+
"released": "2026-03-28T17:48:50.734Z"
55
}
66
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [petstore] v2.1.0 - 2026-03-28
4+
5+
- **[minor]** add optional microchipId field to Pet schema for tracking pet microchips
6+
37
## [petstore] v2.0.0 - 2026-03-28
48

59
- **[BREAKING]** remove path at paths./pets/{petId}

0 commit comments

Comments
 (0)