Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
penguoir committed Feb 15, 2024
1 parent 4e482b1 commit 35d59bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.2.2: 2022-11-15
## 0.3.0: 2024-02-15

### Added:

- Generate boolean attributes

## 0.2.2: 2023-11-15

### Added:

Expand All @@ -16,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Move to RSpec instead of Minitest
- Refactor implementation

## 0.1.0: 2022-10-29
## 0.1.0: 2023-10-29

### 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:
active_cortex (0.2.1)
active_cortex (0.3.0)
dry-configurable (~> 1.0)
rails (~> 7.0.8)
ruby-openai (~> 5.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_cortex/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveCortex
VERSION = "0.2.1"
VERSION = "0.3.0"
end

0 comments on commit 35d59bf

Please sign in to comment.