Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Sep 6, 2023
1 parent 00053e0 commit 69e2770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Unreleased
## [0.3.0] - 2023-09-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.3)
project(lbfgspp VERSION 0.2.0 LANGUAGES CXX)
project(lbfgspp VERSION 0.3.0 LANGUAGES CXX)

# + ----------------- +
# | BUILDING SETTINGS |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -199,7 +199,7 @@ for example.
## Documentation

The [API reference](https://lbfgspp.statr.me/doc/) page contains the documentation
of **LBFGS++** generated by [Doxygen](http://www.doxygen.org/).
of **LBFGS++** generated by [Doxygen](https://www.doxygen.nl/).

## License

Expand Down

0 comments on commit 69e2770

Please sign in to comment.