Skip to content

Commit

Permalink
Bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Sep 21, 2023
1 parent 8301866 commit 0d077d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# AI Refactor Changelog

## [0.5.0] - 2023-09-21

### Added

- Support for new command files, which are YAML files that can be used to define options for a refactor. This makes it
simpler to create configurations for refactors that will be used repeatedly. They can be committed to source control
of your project and shared with other developers.
- Support for configuring the run commands for the test runners
- Adding real life examples

## [0.4.0] - 2023-08-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ai_refactor (0.4.0)
ai_refactor (0.5.0)
colorize (< 2.0)
open3 (< 2.0)
ruby-openai (>= 3.4.0, < 5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/ai_refactor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AIRefactor
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit 0d077d6

Please sign in to comment.