Skip to content

Commit

Permalink
bumped 0.0.6 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin committed Apr 22, 2024
1 parent 7bfd625 commit bd5850d
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 60 deletions.
7 changes: 7 additions & 0 deletions deploy/marlowe-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ instances:
repo: ghcr.io
org: input-output-hk
cardanoNode: cardano-node
1_0_0:
parentDomain: 1.0.0.scdev.aws.iohkdev.io
webTag: 1.0.0
tag: 1.0.0
repo: ghcr.io
org: input-output-hk
cardanoNode: cardano-node
namespace: marlowe-staging
releaseName: marlowe-runtime
databaseName: marlowe-runtime-database
Expand Down
16 changes: 8 additions & 8 deletions marlowe-chain-sync/marlowe-chain-sync.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: marlowe-chain-sync
version: 0.0.6
version: 1.0.0
synopsis: Cardano chain sync system for thee Marlowe Runtime
description:
Marlowe runtime component for Cardano node synchronization. Communicates with
Expand Down Expand Up @@ -144,7 +144,7 @@ library libchainsync
, hasql-th ^>=0.4
, hasql-transaction ^>=1
, hs-opentelemetry-api ^>=0.0.3
, marlowe-chain-sync ==0.0.6
, marlowe-chain-sync ==1.0.0
, marlowe-protocols ==0.3.0.0
, nonempty-containers ^>=0.3.4
, ouroboros-network-protocols ^>=0.8
Expand Down Expand Up @@ -190,7 +190,7 @@ library chain-indexer
, hasql-th ^>=0.4
, hasql-transaction ^>=1
, hs-opentelemetry-api ^>=0.0.3
, marlowe-chain-sync ==0.0.6
, marlowe-chain-sync ==1.0.0
, mtl >=2.2 && <3
, ouroboros-consensus-cardano
, ouroboros-network-api ^>=0.7.0
Expand Down Expand Up @@ -218,7 +218,7 @@ library plutus-compat
, cardano-ledger-binary ^>=1.3
, cardano-ledger-byron ^>=1.0
, containers ^>=0.6.5
, marlowe-chain-sync ==0.0.6
, marlowe-chain-sync ==1.0.0
, plutus-ledger-api ^>=1.21
, plutus-tx ^>=1.21

Expand All @@ -235,7 +235,7 @@ library gen
, cardano-api:{cardano-api, internal} ^>=8.39.2.0
, containers ^>=0.6.5
, hedgehog-quickcheck ^>=0.1
, marlowe-chain-sync ==0.0.6
, marlowe-chain-sync ==1.0.0
, marlowe-protocols ==0.3.0.0
, nonempty-containers ^>=0.3.4
, ouroboros-consensus ^>=0.16
Expand All @@ -258,7 +258,7 @@ test-suite marlowe-chain-sync-test
build-depends:
, base >=4.9 && <5
, hspec >=2.10 && <3
, marlowe-chain-sync:{marlowe-chain-sync, gen} ==0.0.6
, marlowe-chain-sync:{marlowe-chain-sync, gen} ==1.0.0
, marlowe-protocols ==0.3.0.0

build-tool-depends: hspec-discover:hspec-discover
Expand Down Expand Up @@ -320,7 +320,7 @@ executable marlowe-chain-sync
, hasql >=1.6 && <2
, hasql-pool ^>=0.8
, hs-opentelemetry-sdk ^>=0.0.3
, marlowe-chain-sync:{marlowe-chain-sync, libchainsync} ==0.0.6
, marlowe-chain-sync:{marlowe-chain-sync, libchainsync} ==1.0.0
, marlowe-protocols ==0.3.0.0
, mtl >=2.2 && <3
, network >=3.1 && <4
Expand All @@ -344,7 +344,7 @@ executable marlowe-chain-copy
, bytestring >=0.10.12 && <0.12
, cardano-api:{cardano-api, internal} ^>=8.39.2.0
, cassava
, marlowe-chain-sync ==0.0.6
, marlowe-chain-sync ==1.0.0
, optparse-applicative
, postgresql-simple
, unliftio ^>=0.2.1
6 changes: 3 additions & 3 deletions marlowe-client/marlowe-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: marlowe-client
version: 0.0.6
version: 1.0.0
synopsis: A client library for the Marlowe Runtime.
bug-reports: https://github.com/input-output-hk/marlowe-marlowe/issues
license: Apache-2.0
Expand Down Expand Up @@ -61,10 +61,10 @@ library
, eventuo11y-extras ==0.1.1.0
, exceptions ^>=0.10
, general-allocate ^>=0.2
, marlowe-chain-sync ==0.0.6
, marlowe-chain-sync ==1.0.0
, marlowe-object ==0.2.0.1
, marlowe-protocols ==0.3.0.0
, marlowe-runtime:{marlowe-runtime, contract-api, proxy-api, sync-api, tx-api} ==0.0.6
, marlowe-runtime:{marlowe-runtime, contract-api, proxy-api, sync-api, tx-api} ==1.0.0
, monad-control ^>=1
, mtl >=2.2 && <3
, network >=3.1 && <4
Expand Down
2 changes: 1 addition & 1 deletion marlowe-runtime-web/.golden/OpenApi/golden
Original file line number Diff line number Diff line change
Expand Up @@ -3448,7 +3448,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"title": "Marlowe Runtime REST API",
"version": "0.0.6"
"version": "1.0.0"
},
"openapi": "3.1.0",
"paths": {
Expand Down
14 changes: 7 additions & 7 deletions marlowe-runtime-web/marlowe-runtime-web.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: marlowe-runtime-web
version: 0.0.6
version: 1.0.0
synopsis: Web server for Marlowe Runtime on Cardano.
bug-reports: https://github.com/input-output-hk/marlowe-cardano/issues
license: Apache-2.0
Expand Down Expand Up @@ -126,11 +126,11 @@ library
, http-media ^>=0.8
, lens >=5.2 && <6
, marlowe-cardano ==0.2.1.0
, marlowe-chain-sync ==0.0.6
, marlowe-client ==0.0.6
, marlowe-chain-sync ==1.0.0
, marlowe-client ==1.0.0
, marlowe-object ==0.2.0.1
, marlowe-protocols ==0.3.0.0
, marlowe-runtime:{marlowe-runtime, contract-api, proxy-api, sync-api, tx-api} ==0.0.6
, marlowe-runtime:{marlowe-runtime, contract-api, proxy-api, sync-api, tx-api} ==1.0.0
, monad-control ^>=1
, mtl >=2.2 && <3
, network-uri >=2.6 && <3
Expand Down Expand Up @@ -177,10 +177,10 @@ library server
, insert-ordered-containers >=0.2.5 && <0.3
, lens >=5.2 && <6
, lens-aeson ^>=1.2
, marlowe-chain-sync ==0.0.6
, marlowe-chain-sync ==1.0.0
, marlowe-protocols ==0.3.0.0
, marlowe-runtime-web ==0.0.6
, marlowe-runtime:{marlowe-runtime, proxy-api, sync-api} ==0.0.6
, marlowe-runtime-web ==1.0.0
, marlowe-runtime:{marlowe-runtime, proxy-api, sync-api} ==1.0.0
, mtl >=2.2 && <3
, network
, openapi3 >=3.2 && <4
Expand Down
Loading

0 comments on commit bd5850d

Please sign in to comment.