Skip to content

Commit e844ff1

Browse files
authored
chore(master): release 0.2.0 (#14)
1 parent 0b46019 commit e844ff1

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/iloveitaly/llm-ide-rules/compare/v0.1.0...v0.2.0) (2025-09-15)
4+
5+
6+
### Features
7+
8+
* attempt to use trusted publishers ([0b46019](https://github.com/iloveitaly/llm-ide-rules/commit/0b460192ef1bd548d0cbc1c4a245368cbaedf5b4))
9+
10+
11+
### Documentation
12+
13+
* **stripe-backend:** add Stripe API integration guidelines for Python backend ([fbaef48](https://github.com/iloveitaly/llm-ide-rules/commit/fbaef48f24946907c9342dc67df3b15a4a785a34))
14+
* update rules with python package, alembic and test guidelines ([b8a7952](https://github.com/iloveitaly/llm-ide-rules/commit/b8a79527285dbe664ba27acb213cc26ff13f3250))
15+
316
## 0.1.0 (2025-08-19)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llm-ide-rules"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "CLI tool for managing LLM IDE prompts and rules"
55
keywords = ["llm", "ide", "prompts", "cursor", "copilot"]
66
readme = "README.md"

src/llm_ide_rules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from llm_ide_rules.commands.implode import cursor, github
88
from llm_ide_rules.commands.download import download_main
99

10-
__version__ = "0.1.0"
10+
__version__ = "0.2.0"
1111

1212
app = typer.Typer(
1313
name="llm_ide_rules",

0 commit comments

Comments
 (0)