Skip to content

Commit 7ffbe82

Browse files
committed
Bump version to 1.2.0
1 parent 47eef41 commit 7ffbe82

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2026-01-07
11+
1012
### Added
1113
- **Blog post description** — New `-d`/`--description` option for `blog research` and `blog full` commands to provide research context
1214
- **Blog writing instructions** — New `-i`/`--instructions` option for writing guidance (audience, tone, style) that's passed to the write stage
@@ -114,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114116
- Dark/light theme toggle
115117
- Company override per client for subcontracted work
116118

117-
[Unreleased]: https://github.com/nrbrook/code-recap/compare/v1.1.1...HEAD
119+
[Unreleased]: https://github.com/nrbrook/code-recap/compare/v1.2.0...HEAD
120+
[1.2.0]: https://github.com/nrbrook/code-recap/compare/v1.1.1...v1.2.0
118121
[1.1.1]: https://github.com/nrbrook/code-recap/compare/v1.1.0...v1.1.1
119122
[1.1.0]: https://github.com/nrbrook/code-recap/compare/v1.0.4...v1.1.0
120123
[1.0.4]: https://github.com/nrbrook/code-recap/compare/v1.0.3...v1.0.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "code-recap"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "Git activity analysis and LLM-powered summary tools for developers and consultants"
55
readme = "README.md"
66
license = "MIT"

src/code_recap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with LLM-powered summaries and HTML report generation.
55
"""
66

7-
__version__ = "1.1.1"
7+
__version__ = "1.2.0"
88
__author__ = "Code Recap Contributors"
99

1010
from code_recap.paths import get_config_path, get_output_dir

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)