Skip to content

Commit fde610b

Browse files
committed
chore: Release 0.7.4
1 parent ad57385 commit fde610b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [0.7.4] - 2024-11-13
6+
7+
### Bug Fixes
8+
9+
- Set teloxide version in Cargo.toml to allow publishing of crate.
10+
511
## [0.7.3] - 2024-11-12
612

713
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphcast-sdk"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
edition = "2021"
55
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
66
description = "SDK to build Graphcast Radios"

scripts/docker-cargo-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# NOTE: Run from project root ./scripts/docker-cargo-publish.sh
44

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

0 commit comments

Comments
 (0)