From fea21020eb4798b77c196e4168749732d4f914c0 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Sat, 7 Dec 2024 11:29:51 +0400 Subject: [PATCH] chore(release): prepare for version 1.1.0-alpha.36 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556a3ee..78227d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## [1.1.0-alpha.36] - 2024-12-07 + +### Features + +- Add `OpenGraphMeta` struct for HTML meta tags + +### Bug Fixes + +- Correct typo in `farcaster_meta` HTML tag + +### Refactor + +- Remove `handle_mini_app` function +- Rename `routes` module to `handlers` +- Rename `utils` module to `helpers` +- Simplify SQID handling logic +- Rename `handle_og_image` to `generate_og_image` +- Rename functions for clarity + +### Styling + +- Remove redundant comments + ## [1.1.0-alpha.35] - 2024-12-04 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 219af97..6198787 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "lilnouns-click" -version = "1.1.0-alpha.35" +version = "1.1.0-alpha.36" dependencies = [ "graphql_client", "html-escape", diff --git a/Cargo.toml b/Cargo.toml index e28c27f..6d9a461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lilnouns-click" -version = "1.1.0-alpha.35" +version = "1.1.0-alpha.36" authors = ["Milad Nekofar "] edition = "2021" description = "A Nounish URL shortener for LilNouns DAO."