Skip to content

Commit

Permalink
bump version to-> < 0.19.3 >
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Jul 17, 2023
1 parent 51197e3 commit 589f5e7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $(deriveJSON defaultOptions ''Version)
instance ToSchema Version

version1 :: Version
version1 = Version "0.19.2"
version1 = Version "0.19.3"

data PoolType = MPool (P.Pool AB.Mortgage)
| LPool (P.Pool AB.Loan)
Expand Down
33 changes: 32 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3227,6 +3227,37 @@
"tag",
"contents"
]
},
{
"type": "object",
"properties": {
"contents": {
"items": [
{
"type": "string"
},
{
"items": {
"$ref": "#/components/schemas/DealStats"
},
"type": "array"
}
],
"maxItems": 2,
"type": "array",
"minItems": 2
},
"tag": {
"type": "string",
"enum": [
"WatchVal"
]
}
},
"required": [
"tag",
"contents"
]
}
],
"type": "object"
Expand Down Expand Up @@ -10831,7 +10862,7 @@
}
},
"info": {
"version": "0.19.1",
"version": "0.19.2",
"title": "Hastructure API",
"license": {
"name": "BSD 3"
Expand Down

0 comments on commit 589f5e7

Please sign in to comment.