Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Nov 16, 2023
2 parents 4177dae + 74a0a33 commit 6031101
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
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@v2.1.1
uses: orhun/git-cliff-action@v2.3.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
# Create a new GitHub release using the gathered information
- name: Create the release
uses: nekofar/create-github-release@v1.0.12
uses: nekofar/create-github-release@v1.0.13
with:
tag: v${{ steps.release.outputs.version }} # The name of the tag to be released
title: v${{ steps.release.outputs.version }} # The title for the release
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.0.0] - 2023-11-16

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-beta.5] - 2023-10-29

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lilnouns-click"
version = "1.0.0-beta.4"
version = "1.0.0"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand All @@ -23,7 +23,7 @@ log = { version = "0.4.20", features = [] }
percent-encoding = "2.3.0"
regex = "1.10.2"
reqwest = "0.11.22"
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }
sqids = "0.3.0"
unidecode = "0.3.0"
url = "2.4.1"
Expand Down

0 comments on commit 6031101

Please sign in to comment.