Skip to content

Commit

Permalink
chore: Release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
i0n committed Nov 14, 2024
1 parent ad57385 commit fde610b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.7.4] - 2024-11-13

### Bug Fixes

- Set teloxide version in Cargo.toml to allow publishing of crate.

## [0.7.3] - 2024-11-12

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphcast-sdk"
version = "0.7.3"
version = "0.7.4"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "SDK to build Graphcast Radios"
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-cargo-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# NOTE: Run from project root ./scripts/docker-cargo-publish.sh

docker build -t graphcast-sdk-dev -f Dockerfile.dev .
docker run --rm -e CARGO_REGISTRY_TOKEN=$CARGO_REGISTRY_TOKEN -v .:/app graphcast-sdk-dev cargo publish
docker run --rm -e CARGO_REGISTRY_TOKEN=$CARGO_REGISTRY_TOKEN -v .:/app graphcast-sdk-dev cargo publish --token $CARGO_REGISTRY_TOKEN

0 comments on commit fde610b

Please sign in to comment.