Skip to content

Commit

Permalink
chore: release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihaoy committed Aug 8, 2022
1 parent 840ac65 commit 5ab6fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ elseif(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CXX_FLAGS)
message(WARNING "No CMAKE_BUILD_TYPE is selected")
endif()

project(nontype_functional VERSION 0.8.1 LANGUAGES CXX)
project(nontype_functional VERSION 0.9.0 LANGUAGES CXX)

if(NOT DEFINED PROJECT_IS_TOP_LEVEL)
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![CMake](https://github.com/zhihaoy/nontype_functional/actions/workflows/cmake.yml/badge.svg)](https://github.com/zhihaoy/nontype_functional/actions/workflows/cmake.yml)


Provide complete implementation of `std::function`, `std::function_ref`, and `std::move_only_function`<sup>(coming)</sup> equivalent to those in the C++23 `<functional>` header.
Provide complete implementation of `std::function`, `std::function_ref`, and `std::move_only_function` equivalent to those in the C++23 `<functional>` header.

## Highlights

Expand Down Expand Up @@ -102,7 +102,7 @@ Feels like creating a member function for `FILE` on the fly, isn't it?
## Roadmap

- [x] 0.8 – `std::function_ref` & `std::function`
- [ ] 0.9 – `std::move_only_function`
- [x] 0.9 – `std::move_only_function`
- [ ] 1.0 – `nontype_t` constructors for `move_only_function`
- [ ] 1.1 – Support C++20 modules

Expand Down

0 comments on commit 5ab6fb5

Please sign in to comment.