Skip to content

Commit 163250d

Browse files
committed
2.1.0 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 233d78c commit 163250d

File tree

4 files changed

+27
-8
lines changed

4 files changed

+27
-8
lines changed

NEWS

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
libmongoc 2.1.0 (Unreleased)
2-
============================
1+
libmongoc 2.1.0
2+
===============
33

44
## Fixes
55

@@ -18,6 +18,17 @@ libmongoc 2.1.0 (Unreleased)
1818

1919
* Support for Debian 9 and Debian 10.
2020

21+
Thanks to everyone who contributed to the development of this release.
22+
23+
* Kevin Albertson
24+
* Ezra Chung
25+
* Colby Pike
26+
* Adrian Dole
27+
* Azat Khuzhin
28+
* Jeroen Ooms
29+
* Roberto C. Sánchez
30+
* Micah Scott
31+
2132

2233
libmongoc 2.0.2
2334
===============

VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0-dev
1+
2.1.0

src/libbson/NEWS

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
1-
libbson 2.1.0 (Unreleased)
2-
==========================
1+
libbson 2.1.0
2+
=============
33

4-
Fixes:
4+
## Fixes
55

66
* The uninstall script for Windows is fixed so it no longer "succeeds" with a non-zero `%ERRORLABEL%` value.
77
* The uninstall script for non-Windows environments now calls `find "$dir" -maxdepth 1` instead of `ls --almost-all "$dir"` when detecting non-empty directories to fix macOS compatibility.
88

9-
Changed:
9+
## Changed
1010

1111
* The CMake project now sets a CMake policy max version of `4.0` (previously unset).
1212

13-
Removed:
13+
## Removed
1414

1515
* Support for Debian 9 and Debian 10.
1616

17+
Thanks to everyone who contributed to the development of this release.
18+
19+
* Kevin Albertson
20+
* Ezra Chung
21+
* Colby Pike
22+
* Roberto C. Sánchez
23+
* Micah Scott
24+
1725
libbson 2.0.2
1826
=============
1927

720 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)