mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
Bumped version to 0.11.1.
This commit is contained in:
parent
e6e8e24f5c
commit
2d6b337419
15
README.md
15
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
|
||||
|
||||
@ -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,
|
||||
|
||||
2
doc/template/footer.tmpl
vendored
2
doc/template/footer.tmpl
vendored
@ -3,7 +3,7 @@
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
Copyright © 2015 Anton Bachin. Released under the BSD 2-clause license.
|
||||
Copyright © 2016 Anton Bachin. Released under the BSD 2-clause license.
|
||||
See
|
||||
<a href="https://github.com/aantron/better-enums/blob/$ref/doc/LICENSE">
|
||||
LICENSE</a>.
|
||||
|
||||
2
doc/template/ref.tmpl
vendored
2
doc/template/ref.tmpl
vendored
@ -1 +1 @@
|
||||
0.11.0
|
||||
0.11.1
|
||||
2
doc/template/version.tmpl
vendored
2
doc/template/version.tmpl
vendored
@ -1 +1 @@
|
||||
0.11.0
|
||||
0.11.1
|
||||
Loading…
x
Reference in New Issue
Block a user