Skip to content

Commit

Permalink
Merge branch 'release/1.3.0-alpha.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 11, 2024
2 parents 5e61b83 + 969a549 commit 7867d37
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 67 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# Cache dependencies to speed up builds
- name: Cache cargo dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/git-cliff-action@v4.4.1
uses: orhun/git-cliff-action@v4.4.2
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Cache dependencies to speed up builds
- name: Cache cargo dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: |
~/.cargo/bin/
Expand Down
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.

## [1.3.0-alpha.3] - 2024-12-11

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.3.0-alpha.2] - 2024-12-04

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lilnouns-bots"
version = "1.3.0-alpha.1"
version = "1.3.0-alpha.3"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "Our bots are designed to keep the Lil Nouns DAO community informed and engaged."
Expand All @@ -22,10 +22,10 @@ crate-type = ["cdylib"]
default = ["console_error_panic_hook"]

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
async-trait = "0.1.83"
cfg-if = "1.0.0"
chrono = "0.4.38"
chrono = "0.4.39"
console_error_panic_hook = { version = "0.1.7", optional = true }
ethers = { version = "2.0.14", default-features = false }
getrandom = { version = "0.2.15", features = ["js"] }
Expand All @@ -35,7 +35,7 @@ regex = "1.11.1"
reqwest = "0.11.27"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
time = "0.3.36"
time = "0.3.37"
worker = "0.4.2"
env_logger = "0.11.5"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "wrangler dev --env dev --test-scheduled"
},
"devDependencies": {
"wrangler": "3.91.0"
"wrangler": "3.94.0"
},
"engines": {
"node": ">=16.13.0",
Expand Down
93 changes: 43 additions & 50 deletions pnpm-lock.yaml

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

0 comments on commit 7867d37

Please sign in to comment.