Skip to content

Commit 4e3faea

Browse files
committed
Prepare for 1.0.0 release by updating changelog and versioning
Finalize the changelog for the initial release of md2term, documenting the transition to version 1.0.0. Update project metadata in pyproject.toml and uv.lock to reflect the new version and change the development status to Production/Stable.
1 parent a39ff5b commit 4e3faea

File tree

3 files changed

+5
-47
lines changed

3 files changed

+5
-47
lines changed

CHANGELOG.md

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,5 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
## [1.0.0] - Initial Release
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [Unreleased]
9-
10-
### Added
11-
12-
- Initial project structure
13-
- Basic CLI interface with Click
14-
- Streaming output functionality (stub implementation)
15-
- Test suite with pytest
16-
- GitHub Actions for CI/CD
17-
- Documentation and README
18-
19-
### Changed
20-
21-
- Nothing yet
22-
23-
### Deprecated
24-
25-
- Nothing yet
26-
27-
### Removed
28-
29-
- Nothing yet
30-
31-
### Fixed
32-
33-
- Nothing yet
34-
35-
### Security
36-
37-
- Nothing yet
38-
39-
## [0.1.0] - 2025-01-27
40-
41-
### Added
42-
43-
- Initial release
44-
- Basic project structure with uv
45-
- Stub implementation that echoes input with streaming support
46-
- Command-line interface
47-
- Python API for programmatic use
5+
This is the initial release of md2term.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "md2term"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Parse Markdown and turn it into nicely-formatted text for terminal display"
55
readme = "README.md"
66
authors = [
@@ -17,7 +17,7 @@ dependencies = [
1717
]
1818
keywords = ["markdown", "terminal", "cli", "formatting"]
1919
classifiers = [
20-
"Development Status :: 3 - Alpha",
20+
"Development Status :: 5 - Production/Stable",
2121
"Intended Audience :: Developers",
2222
"License :: OSI Approved :: Apache Software License",
2323
"Programming Language :: Python :: 3",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)