From 2d6b337419e64b5b03c81e9aa39ee7b1a1d2cb36 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Mon, 14 Mar 2016 10:51:05 -0500 Subject: [PATCH] Bumped version to 0.11.1. --- README.md | 15 ++++++++------- doc/LICENSE | 2 +- doc/template/footer.tmpl | 2 +- doc/template/ref.tmpl | 2 +- doc/template/version.tmpl | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 51c3f8b..35358d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Better Enums   [![version 0.11.0][version]][releases] [![Try online][wandbox-img]][wandbox] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor] [![BSD license][license-img]][license] +# Better Enums   [![version 0.11.1][version]][releases] [![Try online][wandbox-img]][wandbox] [![Travis status][travis-img]][travis] [![AppVeyor status][appveyor-img]][appveyor] [![BSD license][license-img]][license] -[version]: https://img.shields.io/badge/version-0.11.0-blue.svg +[version]: https://img.shields.io/badge/version-0.11.1-blue.svg [releases]: https://github.com/aantron/better-enums/releases [wandbox]: http://melpon.org/wandbox/permlink/2QCi3cwQnplAToge [wandbox-img]: https://img.shields.io/badge/try%20it-online-blue.svg @@ -95,7 +95,7 @@ channel == +Channel::Red Don't hesitate to contact me about features or bugs: [antonbachin@yahoo.com][email], or open an issue on GitHub. -If you'd like to help develop Better Enums, see [CONTRIBUTING][contributing]. +If you'd like to help develop Better Enums, see [`CONTRIBUTING`][contributing]. One area that could use fresh ideas is finding a compile-time data structure that both compiles quickly and allows lookup in sub-linear time. @@ -104,10 +104,11 @@ that both compiles quickly and allows lookup in sub-linear time. ## License and history -Better Enums is released under the BSD 2-clause license. See [LICENSE][license]. +Better Enums is released under the BSD 2-clause license. See +[`LICENSE`][license]. -The library was originally developed by the author in the winter of 2012-2013 at -Hudson River Trading, as a replacement for an older generator called -`BETTER_ENUM`. +The original version of the library was developed by the author in the winter of +2012-2013 at Hudson River Trading, as a replacement for an older generator +called `BETTER_ENUM`. [license]: https://github.com/aantron/better-enums/blob/master/doc/LICENSE diff --git a/doc/LICENSE b/doc/LICENSE index 22e5c21..8700623 100644 --- a/doc/LICENSE +++ b/doc/LICENSE @@ -2,7 +2,7 @@ Better Enums is distributed under the terms of the 2-clause BSD license. Its text is given below. -Copyright (c) 2012-2015, Anton Bachin +Copyright (c) 2012-2016, Anton Bachin All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/doc/template/footer.tmpl b/doc/template/footer.tmpl index ee50977..92f6c3f 100644 --- a/doc/template/footer.tmpl +++ b/doc/template/footer.tmpl @@ -3,7 +3,7 @@