Skip to content

Commit eabdd6b

Browse files
chore: release v1.0.2
1 parent f47949c commit eabdd6b

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

76
A writer-first terminal writing app built with Python and Textual, built with the assistance of LLM/Copilot tools.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "prosaic-app"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "A writer-first terminal writing app"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)