Skip to content

Commit

Permalink
Merge branch 'release/1.3.0-alpha.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 4, 2025
2 parents 6788304 + 8c42062 commit bb3db73
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 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.

## [1.3.0-alpha.5] - 2025-01-04

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.3.0-alpha.4] - 2024-12-25

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.4"
version = "1.3.0-alpha.5"
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 @@ -23,7 +23,7 @@ default = ["console_error_panic_hook"]

[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.83"
async-trait = "0.1.84"
cfg-if = "1.0.0"
chrono = "0.4.39"
console_error_panic_hook = { version = "0.1.7", optional = true }
Expand All @@ -33,7 +33,7 @@ graphql_client = { version = "0.14.0", features = ["reqwest"] }
log = "0.4.22"
regex = "1.11.1"
reqwest = "0.11.27"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
time = "0.3.37"
worker = "0.5.0"
Expand Down

0 comments on commit bb3db73

Please sign in to comment.