Skip to content

Commit 1b1110b

Browse files
author
Christian Hergert
committed
build: release 0.90.0!
1 parent eb0020c commit 1b1110b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: NEWS

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Libmongoc 0.90.0
2+
================
3+
4+
This is the initial release of the new Libmongoc. We chose 0.90.0 for the
5+
release version to differentiate ourselves from the, now legacy, version of
6+
libmongoc. We will rapidly work towards reaching an API/ABI stable library fit
7+
for a 1.0.0 release.
8+
9+
Libmongoc is Apache licensed so it can be embedded in a multitude of scenarios.
10+
11+
The API of 0.90.0 is completely different from the previous versions. We think
12+
this allowed us to create a high-quality library that you will enjoy using in
13+
your applications.
14+
15+
Many outstanding bugs were closed in the process of creating Libbson 0.90.0. So
16+
if you had a pet issue, please take a look to see if it was resolved as part of
17+
this effort!
18+
19+
Thanks, and enjoy developing your applications with libmongoc!

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Versioning Macros
33
dnl **************************************************************************
44

55
m4_define([mongoc_major_version], [0])
6-
m4_define([mongoc_minor_version], [89])
6+
m4_define([mongoc_minor_version], [90])
77
m4_define([mongoc_micro_version], [0])
88
m4_define([mongoc_version], [mongoc_major_version.mongoc_minor_version.mongoc_micro_version])
99

0 commit comments

Comments
 (0)