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,11 +5,17 @@ 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.0.2] - 2026-02-23
9+
10+ ### Changed
11+
12+ - Removed PyPI version badge (shields.io caching caused stale display).
13+
814## [ 1.0.1] - 2026-02-23
915
1016### Fixed
1117
12- - Updated README for PyPI.
18+ - README with correct badges and links for PyPI display .
1319
1420## [ 1.0.0] - 2026-02-23
1521
Original file line number Diff line number Diff line change 11# Prosaic
22
33[ ![ Build] ( https://img.shields.io/github/actions/workflow/status/DeepanshKhurana/Prosaic/ci.yml?label=build )] ( https://github.com/DeepanshKhurana/Prosaic/actions/workflows/ci.yml )
4- [ ![ PyPI version] ( https://img.shields.io/pypi/v/prosaic-app )] ( https://pypi.org/project/prosaic-app/ )
54[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-green.svg )] ( https://opensource.org/licenses/MIT )
65
76A writer-first terminal writing app built with Python and Textual, built with the assistance of LLM/Copilot tools.
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.0.1 "
7+ version = " 1.0.2 "
88description = " A writer-first terminal writing app"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments