Skip to content

Commit

Permalink
Update version & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Mar 10, 2024
1 parent a7615c8 commit abe30c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# CHANGELOG

## untracked
### Added
### Fixed
### Changed
### Remove

## 0.3.0
### Added
- Add support for indicator constraints
- Added method `set_memory_limit` to allow specifying a memory limit.
- Added `bundled` feature, to download precompiled SCIP binaries.
### Fixed
- Fixed Windows MSVC build.
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Mohammad Ghannam <[email protected]>"]
description = "Rust interface for SCIP"
license = "Apache-2.0"
repository = "https://github.com/scipopt/russcip"
version = "0.2.6"
version = "0.3.0"
edition = "2021"
exclude = ["data/test/*"]

Expand Down

0 comments on commit abe30c2

Please sign in to comment.