From 3c573ea69f2f550da84deb646ef669e286d38821 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Tue, 17 Dec 2024 08:28:18 -0500 Subject: [PATCH] add changelog --- CHANGELOG.md | 12 ++++++++++++ ra_aid/__version__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..896a39d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.6.0] - 2024-12-17 + +### Added +- New `file_str_replace` tool for performing exact string replacements in files with unique match validation +- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling \ No newline at end of file diff --git a/ra_aid/__version__.py b/ra_aid/__version__.py index 9793929..bf288f0 100644 --- a/ra_aid/__version__.py +++ b/ra_aid/__version__.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "0.5.1" +__version__ = "0.6.0"