File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.2] - 2026-03-05
9+
10+ ### Changed
11+
12+ - Update web links in ` pyproject.toml ` to the new ones.
13+
814## [ 1.3.1] - 2026-03-05
915
1016### Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " prosaic-app"
7- version = " 1.3.1 "
7+ version = " 1.3.2 "
88description = " A writer-first terminal writing app"
99readme = " README.md"
1010requires-python = " >=3.11"
@@ -44,8 +44,8 @@ grammar = [
4444prosaic = " prosaic.__main__:main"
4545
4646[project .urls ]
47- Homepage = " https://github.com/deepanshkhurana/ prosaic"
48- Repository = " https://github.com/deepanshkhurana /prosaic"
47+ Homepage = " https://prosaic.dimwit.me "
48+ Repository = " https://github.com/dimwitlabs /prosaic"
4949
5050[tool .setuptools .packages .find ]
5151where = [" ." ]
You can’t perform that action at this time.
0 commit comments