···11# Changelog
2233+## 1.2.1 - 2025-11-26
44+55+* Uses `aspectRatio` so embed images looks better on Bluesky
66+37## 1.2.0 - 2025-09-14
4859* Adds `--alt-texts` to pass images alt texts from the CLI
···711812## 1.1.4 - 2025-09-14
9131010-* Adds support for Pyhton 3.14
1414+* Adds support for Python 3.14
1115* Drops support for Python 3.9 (end of life in 17 days)
+1-1
pyproject.toml
···11[project]
22name = "not-my-ex"
33-version = "1.2.0"
33+version = "1.2.1"
44description = "Tiny CLI to post simultaneously to Mastodon and Bluesky"
55authors = [{name = "Eduardo Cuducos", email = "4732915+cuducos@users.noreply.github.com"}]
66license = {file = "LICENSE"}