Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3zcurdia committed Feb 22, 2022
1 parent 61601cc commit 1852a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]


## [0.3.0] - 2022-02-21

- Removed the default state change function; you are now required to define a custom `state_change` function for the simulation (#2)
- Added support for specifying a custom `termination_condition` function to override the default condition of the temperature reaching 0 (#5)
- Added support for specifying a custom `cool_down` function to override the default linear cooling function (#9)
Expand Down
2 changes: 1 addition & 1 deletion lib/annealing/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Annealing
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 1852a11

Please sign in to comment.