This repository was archived by the owner on Mar 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ make cppformat
3737
3838We take outside code contributions to ` libpmemobj-cpp ` through GitHub pull requests.
3939
40+ If you add a new feature or fix a critical bug please append appropriate entry
41+ to ChangeLog under newest release.
42+
4043** NOTE: If you do decide to implement code changes and contribute them,
4144please make sure you agree your contribution can be made available under the
4245[ BSD-style License used for libpmemobj-cpp] ( LICENSE ) .**
Original file line number Diff line number Diff line change 1+ XXX Igor Chorążewicz <igor.chorazewicz@intel.com>
2+
3+ * Version 1.13
4+
5+ New features:
6+ -
7+
8+ Bug fixes:
9+ -
10+
11+ Other changes:
12+ -
13+
114Mon Feb 15 2021 Igor Chorążewicz <igor.chorazewicz@intel.com>
215
316 * Version 1.12
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This document contains all the steps required to make a new release of libpmemob
77Make a release locally:
88- add an entry to ChangeLog, remember to change the day of the week in the release date
99 - for major/minor releases mention compatibility with the previous release
10+ - for major/minor releases add new ChangeLog template (for $VER+1)
1011- echo $VERSION > .version
1112- git add .version
1213- update project's version in top-level CMakeLists.txt
You can’t perform that action at this time.
0 commit comments