Skip to content

Commit

Permalink
Merge tag 'v1.1.0-alpha.36' into develop
Browse files Browse the repository at this point in the history
v1.1.0-alpha.36

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEEQQ5FeMkincNRq9Cd4xAmMt9ykBMFAmdT+YEACgkQ4xAmMt9y
# kBOr4RAAoqM5X/On6ChtUer0wFB57cvqh572AfQ2oEZthGD5DqDKVqclrtd7WYHp
# 3GPrO6X80Fhu7aLYM+8goDRWcjay+nFbRubF34y+jvjUbhJBquLCZyI7gFX2Irzg
# nh1YdLmaEvSgWniMUGXEEiyB1jyh7GMHY/fUGUGdhIc8UNwELq5lQbyHSzvxjOye
# yzMtB5+dr4RtYNZKh3KVsARo4XjvxvR2ljSKRFxY35j6tNr4WE5pi2zDWc/bw6Bv
# MWNoTuHuqyisIqMlLea722lcB5Zu0r9/kVhGZi+Oi8svlqlDd8ynYwcJxyS6t8+t
# KKnt4f6uV06yHopAPPoNcoplKM8MfDpWXY8UDPRBxx84p+tJfvURyJwgFPJj2Mqv
# XjhOKmznUgHpk5JYl6DrysxS0CJ4crxlWia+0ELHBmj9A3MhPA4CDw4PtYS9432W
# wwr0IlK4fuyiQk07f/ygWniUQdfIEExE7Dqe1cKvf8TG6MOamW5kggLg0xOmfVI0
# 7FIfoGGds8DG71Tgn8Wscf1tk9lgrkllbm+5iCpRS5fjGR/Q2QwQUtLNLvDn7UEx
# zpfrT/lDGU2FxSUPVwnC7+jmCOhSJl/VU/ywxgln4DLDF4h3rI7F9uOYka8RvjNJ
# l9hpjacKAEZZ+2vfoFSHD8VOuEjugU2O3+HGb3UnLz15y+MYYlU=
# =88IW
# -----END PGP SIGNATURE-----
# gpg: Signature made Sat Dec  7 10:30:09 2024 +03
# gpg:                using RSA key 410E4578C9229DC351ABD09DE3102632DF729013
# gpg: Good signature from "Milad Nekofar <[email protected]>" [ultimate]
# gpg:                 aka "Milad Nekofar <[email protected]>" [ultimate]
  • Loading branch information
nekofar committed Dec 7, 2024
2 parents f4586e1 + 9ef4abc commit 70f18bc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.35"
version = "1.1.0-alpha.36"
authors = ["Milad Nekofar <[email protected]>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand Down

0 comments on commit 70f18bc

Please sign in to comment.