Skip to content

Commit f6289be

Browse files
authored
Upgrade to 1.0.0. (#75)
* update slides. * Upgrade to 1.0.0 Co-authored-by: Bowen Fu <missing>
1 parent 0eaa088 commit f6289be

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: bfu # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: bfu # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: bowenfu # Replace with a single Ko-fi username

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15...3.19)
22
project(
33
Matchit
4-
VERSION 0.0.1
4+
VERSION 1.0.0
55
LANGUAGES CXX)
66

77
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,3 +591,7 @@ If you have questions regarding the library, I would like to invite you to [open
591591
- [jbandela/simple_match](https://github.com/jbandela/simple_match/)
592592
- [solodon4/Mach7](https://github.com/solodon4/Mach7)
593593
- [C++ Pattern Matching Proposal](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1371r3.pdf)
594+
595+
## Other Work
596+
597+
If you are interested in `match(it)`, you may also be interested in `[hspp](https://github.com/BowenFu/hspp)` which brings Haskell style programming to C++.

0 commit comments

Comments
 (0)