Skip to content

Commit

Permalink
Bump to 0.2.1 (#15)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version
  • Loading branch information
bachdavi authored Oct 27, 2023
1 parent 568d53a commit 961283c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.1]
- Support `interval` constraint [#14](https://github.com/RelationalAI/SolverAPI.jl/pull/14)
- Handle constant objectives and constraints containing no
variables
[#13](https://github.com/RelationalAI/SolverAPI.jl/pull/13)
- Improve error messages for empty objective [#12](https://github.com/RelationalAI/SolverAPI.jl/pull/12)

## [0.2.0]

- Improve test coverage, error messages, and others [#1](https://github.com/RelationalAI/SolverAPI.jl/pull/1), [#7](https://github.com/RelationalAI/SolverAPI.jl/pull/7),
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SolverAPI"
uuid = "f47e0006-d9ab-4793-9101-5b952049cae7"
version = "0.2.0"
version = "0.2.1"

[deps]
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Expand Down

0 comments on commit 961283c

Please sign in to comment.