Skip to content

Commit

Permalink
Bump version to 1.1.0-rc.1
Browse files Browse the repository at this point in the history
- Update CHANGELOG with release notes
- Increment version in mix.exs
- Prepare for 1.1 release with documentation and Credo improvements
  • Loading branch information
mikehostetler committed Feb 18, 2025
1 parent 265b3de commit 38da11d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

<!-- %% CHANGELOG_ENTRIES %% -->

## 1.1.0-rc.1 - 2025-02-18

- Address open Credo Errors
- Add documentation
- Clean up README in prep for 1.1 release

## 1.1.0-rc - 2025-02-08

- Stateful Agents

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Jido.MixProject do
use Mix.Project

@version "1.1.0-rc"
@version "1.1.0-rc.1"

def vsn do
@version
Expand Down

0 comments on commit 38da11d

Please sign in to comment.