Skip to content

Commit

Permalink
Merge branch 'release/1.1.0-beta.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 7, 2024
2 parents 9ef4abc + 179253c commit a3be294
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.1.0-beta.0] - 2024-12-07

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.0-alpha.36] - 2024-12-07

### Features
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 = "lilnouns-click"
version = "1.1.0-alpha.36"
version = "1.1.0-beta.0"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "3.92.0"
"wrangler": "3.93.0"
},
"resolutions": {
"undici": ">=5.28.4",
Expand Down
86 changes: 43 additions & 43 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 a3be294

Please sign in to comment.