File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dnl Versioning Macros
33dnl **************************************************************************
44
55m4_define ( [ mongoc_major_version] , [ 0] )
6- m4_define ( [ mongoc_minor_version] , [ 89 ] )
6+ m4_define ( [ mongoc_minor_version] , [ 90 ] )
77m4_define ( [ mongoc_micro_version] , [ 0] )
88m4_define ( [ mongoc_version] , [ mongoc_major_version.mongoc_minor_version.mongoc_micro_version] )
99
You can’t perform that action at this time.
0 commit comments