Skip to content

Commit

Permalink
chore: bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Nov 29, 2022
1 parent cd3cb24 commit 7f0ef75
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0-beta.1](https://github.com/input-output-hk/cardano-rosetta/compare/2.0.0-beta.0...2.0.0-beta.1) (2022-11-29)

* bump to `[email protected]`

## [2.0.0-beta.0](https://github.com/input-output-hk/cardano-rosetta/compare/1.8.1...2.0.0-beta.0) (2022-11-11)


Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ DOCKER_BUILDKIT=1 \
docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--cache-from=inputoutput/cardano-rosetta:master \
-t inputoutput/cardano-rosetta:2.0.0-beta.0 \
https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.0
-t inputoutput/cardano-rosetta:2.0.0-beta.1 \
https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.1
```

</details>
Expand All @@ -33,8 +33,8 @@ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg NETWORK=preprod \
--cache-from=inputoutput/cardano-rosetta:master \
-t inputoutput/cardano-rosetta:2.0.0-beta.0-preprod \
https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.0
-t inputoutput/cardano-rosetta:2.0.0-beta.1-preprod \
https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.1
```

</details>
Expand All @@ -48,8 +48,8 @@ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg NETWORK=preview \
--cache-from=inputoutput/cardano-rosetta:master \
-t inputoutput/cardano-rosetta:2.0.0-beta.0-preview \
https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.0
-t inputoutput/cardano-rosetta:2.0.0-beta.1-preview \
https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.1
```

</details>
Expand All @@ -68,7 +68,7 @@ docker run \
-p 8080:8080 \
-v cardano-rosetta:/data \
--shm-size=2g \
inputoutput/cardano-rosetta:2.0.0-beta.0
inputoutput/cardano-rosetta:2.0.0-beta.1
```

</details>
Expand All @@ -82,7 +82,7 @@ docker run \
-p 8081:8080 \
-v cardano-rosetta-preprod:/data \
--shm-size=2g \
inputoutput/cardano-rosetta:2.0.0-beta.0-preprod
inputoutput/cardano-rosetta:2.0.0-beta.1-preprod
```

</details>
Expand All @@ -96,7 +96,7 @@ docker run \
-p 8081:8080 \
-v cardano-rosetta-preview:/data \
--shm-size=2g \
inputoutput/cardano-rosetta:2.0.0-beta.0-preview
inputoutput/cardano-rosetta:2.0.0-beta.1-preview
```

</details>
Expand Down Expand Up @@ -152,8 +152,8 @@ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg SNAPSHOT_URL=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13/db-sync-snapshot-schema-13-block-7960123-x86_64.tgz \
--cache-from=inputoutput/cardano-rosetta:master \
-t inputoutput/cardano-rosetta:2.0.0-beta.0-apply-snapshot \
https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.0
-t inputoutput/cardano-rosetta:2.0.0-beta.1-apply-snapshot \
https://github.com/input-output-hk/cardano-rosetta.git#2.0.0-beta.1
```

</details>
Expand All @@ -169,7 +169,7 @@ docker run \
-p 8080:8080 \
-v cardano-rosetta:/data \
--shm-size=2g \
inputoutput/cardano-rosetta:2.0.0-beta.0-apply-snapshot
inputoutput/cardano-rosetta:2.0.0-beta.1-apply-snapshot
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion cardano-rosetta-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-rosetta-server",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Rosetta API server specification implementation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7f0ef75

Please sign in to comment.