Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Release Notes
on:
push:
branches: ["release/**"]
# Notes-only pushes (e.g. merging the drafter's own PR) must not
# retrigger drafting — that redrafts the redraft, forever (#3919/#3920).
paths-ignore:
- "docs/release-notes/**"
workflow_dispatch:
inputs:
release-branch:
Expand Down
52 changes: 26 additions & 26 deletions 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
Expand Up @@ -26,7 +26,7 @@ resolver = "3"

[workspace.package]
license = "MIT"
version = "1.11.0-dev"
version = "1.11.0"
rust-version = "1.94.0"
publish = false
edition = "2024"
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/node-bindings",
"version": "1.11.0-dev",
"version": "1.11.0",
"repository": {
"type": "git",
"url": "git+https://github.com/xmtp/libxmtp.git",
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/wasm-bindings",
"version": "1.11.0-dev",
"version": "1.11.0",
"description": "WASM bindings for the libXMTP rust library",
"keywords": [
"xmtp",
Expand Down
Loading
Loading