Skip to content

Commit 88979cb

Browse files
committed
Bump version to 1.1.7
1 parent 3d9f11b commit 88979cb

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Deprecated
10+
11+
### Removed
12+
13+
### Fixed
14+
15+
### Security
16+
17+
## [Version 1.1.7] - 2016-12-01
18+
19+
### Added
20+
721
- A pre-commit hook in `.githooks/pre-commit-clang-format` checking that the
822
format of C++ header and source files conforms to the project style. The hook
923
uses `clang-format` and the style mandated by the `.clang-format` file to
@@ -61,8 +75,9 @@
6175
- **BREAKING CHANGE** The ouput flushing function must be passed explicitly as
6276
a function pointer to the `pcmsolver_new` function during library
6377
initialization.
64-
The function pointer has the signature `typedef void (*HostWriter)(const char
65-
* message)` thus accepting a single argument instead of the previous two.
78+
The function pointer has the signature
79+
`typedef void (*HostWriter)(const char * message)`
80+
thus accepting a single argument instead of the previous two.
6681

6782
### Deprecated
6883

@@ -237,7 +252,9 @@
237252

238253
## v1.0.0 - 2014-09-30 [YANKED]
239254

240-
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...HEAD
255+
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.7...HEAD
256+
[Version 1.1.7]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.6...v1.1.7
257+
[Version 1.1.6]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...v1.1.6
241258
[Version 1.1.5]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.4...v1.1.5
242259
[Version 1.1.4]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.3...v1.1.4
243260
[Version 1.1.3]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.2...v1.1.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An API for the Polarizable Continuum Model.
1515
- [Documentation](http://pcmsolver.readthedocs.io)
1616
- [Build and test history](https://travis-ci.org/PCMSolver/pcmsolver/builds)
1717
- [Nightly build dashboard](https://testboard.org/cdash/index.php?project=PCMSolver)
18-
- Version 1.1.6 available
18+
- Version 1.1.7 available
1919
- Licensed under [LGPLv3](LICENSE)
2020
- CMake infrastructure managed *via* [Autocmake](http://autocmake.readthedocs.io/)
2121

doc/snippets/citation.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@misc{PCMSolver,
2-
note = {\texttt{PCMSolver}, v1.1.5 an Application Programming Interface for the
2+
note = {\texttt{PCMSolver}, v1.1.7 an Application Programming Interface for the
33
Polarizable Continuum Model electrostatic problem, written by R.~Di~Remigio, L.~Frediani and K.~Mozgawa
44
with contributions from R.~Bast, J.~Juselius and V.~Weijo
55
(see http://pcmsolver.readthedocs.io/)"

0 commit comments

Comments
 (0)