Skip to content

Commit ec4b275

Browse files
committed
fix gh issue #113
1 parent dfb194b commit ec4b275

File tree

4 files changed

+368
-205
lines changed

4 files changed

+368
-205
lines changed

ChangeLog-1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog v1.1
22

3+
## v 1.1.1
4+
5+
> released TBD
6+
7+
* Fix [gh #113](https://github.com/awesomized/libmemcached/issues/105):
8+
Build failure with Catch2 < 2.13.5.
9+
10+
311
## v 1.1.0
412

513
> released 2021-06-23

docs/source/ChangeLog-1.1.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
ChangeLog v1.1
66
==============
77

8+
v 1.1.1
9+
-------
10+
11+
..
12+
13+
released TBD
14+
15+
16+
17+
* Fix `gh #113 <https://github.com/awesomized/libmemcached/issues/105>`_\ :
18+
Build failure with Catch2 < 2.13.5.
19+
820
v 1.1.0
921
-------
1022

scripts/download_catch2.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
curl -sSLO $(curl -sSI https://github.com/catchorg/Catch2/releases/latest | sed -ne '\,^[Ll]ocation: *, !d
3+
s,[Ll]ocation: *\(.*\)/tag/,\1/download/,
4+
s,.$,/catch.hpp,
5+
p')

0 commit comments

Comments
 (0)