Skip to content

Commit

Permalink
📦 release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Oct 6, 2024
1 parent d0391b4 commit 5ff7292
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Changes
=======


Version 0.2.0 (released 2024-10-06)

- fix: Update makefile commands for development environment
- chore: Add cSpell configuration for ccprompt
- ci: Add CI workflow for running tests
- refactor: change extract logic
- feat: Add time_it decorator
- tests: update tests
- remove example file
- fix: update readme

Version 0.1.2 (released 2024-10-05)

- Update the README file.
Expand Down
2 changes: 1 addition & 1 deletion ccprompt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# CCprompt is free software, you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file details.

__version__ = "0.1.2"
__version__ = "0.2.0"

0 comments on commit 5ff7292

Please sign in to comment.