File tree Expand file tree Collapse file tree 7 files changed +25
-7
lines changed
Expand file tree Collapse file tree 7 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,24 @@ changes.
1212
1313### Added
1414
15+ -
16+
17+ ### Fixed
18+
19+ -
20+
21+ ### Changed
22+
23+ -
24+
25+ ### Removed
26+
27+ -
28+
29+ ## [ v1.0.29] ( https://github.com/IntersectMBO/govtool/releases/tag/v1.0.29 ) 2024-12-05
30+
31+ ### Added
32+
1533- Add support for displaying CIP-119 DRep images [ Issue 1806] ( https://github.com/IntersectMBO/govtool/issues/1806 )
1634
1735### Fixed
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ FROM $BASE_IMAGE_REPO:$BASE_IMAGE_TAG
44WORKDIR /src
55COPY . .
66RUN cabal build
7- RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.28 /x/vva-be/build/vva-be/vva-be /usr/local/bin
7+ RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.29 /x/vva-be/build/vva-be/vva-be /usr/local/bin
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM $BASE_IMAGE_REPO:$BASE_IMAGE_TAG
44WORKDIR /src
55COPY . .
66RUN cabal build
7- RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.28 /x/vva-be/build/vva-be/vva-be /usr/local/bin
7+ RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.29 /x/vva-be/build/vva-be/vva-be /usr/local/bin
88
99# Expose the necessary port
1010EXPOSE 9876
Original file line number Diff line number Diff line change 11cabal-version : 3.6
22name : vva-be
3- version : 1.0.28
3+ version : 1.0.29
44
55-- A short (one-line) description of the package.
66-- synopsis:
Original file line number Diff line number Diff line change 11{
22 "name" : " @govtool/frontend" ,
33 "private" : true ,
4- "version" : " 1.0.28 " ,
4+ "version" : " 1.0.29 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "build" : " vite build" ,
108108 "overrides" : {
109109 "typescript" : " ^5.0.2"
110110 },
111- 111+ 112112}
Original file line number Diff line number Diff line change 11{
22 "name" : " @govtool/metadata-validation" ,
3- "version" : " 1.0.28 " ,
3+ "version" : " 1.0.29 " ,
44 "description" : " " ,
55 "author" : " " ,
66 "private" : true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ async function bootstrap() {
1313 const config = new DocumentBuilder ( )
1414 . setTitle ( 'Metadata Validation Tool' )
1515 . setDescription ( 'The Metadata Validation Tool API description' )
16- . setVersion ( '1.0.28 ' )
16+ . setVersion ( '1.0.29 ' )
1717 . build ( ) ;
1818
1919 const document = SwaggerModule . createDocument ( app , config ) ;
You can’t perform that action at this time.
0 commit comments