Skip to content

Commit

Permalink
🆕 [release] 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Jan 9, 2019
1 parent 72da150 commit d6b4a9e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DRMEMORY:=drmemory -light -batch -exit_code_if_errors 1 --
GCOV:=-fprofile-arcs -ftest-coverage
CLANG_FORMAT?=clang-format
CLANG_TIDY?=clang-tidy
PYTHON?=python
PYTHON?=python2
MKDOCS?=mkdocs
MKDOCS_THEME?=boost-experimental
MKDOCS_SITE?=site
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ send: 42
* [Plant UML Integration](http://boost-experimental.github.io/sml/examples/index.html#plant-uml-integration)
* [FAQ](http://boost-experimental.github.io/sml/faq/index.html)
* [CHANGELOG](http://boost-experimental.github.io/sml/CHANGELOG/index.html)
* [ [1.1.0] - 2017-XX-XX](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-110-2017-xx-xx)
* [ [1.1.0] - 2019-01-08](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-110-2019-01-08)
* [ [1.0.1] - 2016-05-06](http://boost-experimental.github.io/sml/CHANGELOG/index.html#-101-2016-05-06)
* [[1.0.0] - 2016-01-28](http://boost-experimental.github.io/sml/CHANGELOG/index.html#100-2016-01-28)

Expand Down
33 changes: 32 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
## [1.1.0] - 2017-XX-XX
## [1.1.0] - 2019-01-08
- **Additions**
- Support for Clang-5.0/6.0/7.0
- Support for GCC-7/8
- Support for MSVC-2015/MSVC-2017/MSVC-2017 Preview
>
- **Build System**
- [CMake support](https://github.com/boost-experimental/sml/blob/master/CMakeLists.txt)
- [Conan support](https://github.com/boost-experimental/sml/blob/master/conanfile.py)
>
- **Benchmarks**
- [Connection](https://github.com/boost-experimental/sml/tree/master/benchmark/connection)
>
- **Bug Fixes**
- [Issues](https://github.com/boost-experimental/sml/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2016-05-16..2019-01-08+)
>
- **Contributions**
- [Deniz Bahadir](https://github.com/Bagira80)
- [feltech](https://github.com/feltech)
- [AnthonyVH](https://github.com/AnthonyVH)
- [Takatoshi Kondo](https://github.com/redboltz)
- [GuiCodron](https://github.com/GuiCodron)
- [Oleg Artenii](https://github.com/arteniioleg)
- [Camille Bordignon](https://github.com/kamibo)
- [William.Wu](https://github.com/justwillim)
- [Samuel Debionne](https://github.com/sdebionne)
- [Samuel Debionne](https://github.com/sdebionne)
- [Adam Mizerski](https://github.com/etam)
- [Paul M. Bendixen](https://github.com/paulbendixen)
- [Christopher Motl](https://github.com/cmotl)
- [Julius Gelšvartas](https://github.com/JuliusGel)

## [1.0.1] - 2016-05-06
- **Additions**
Expand All @@ -7,5 +37,6 @@
##[1.0.0] - 2016-01-28
- Initial version

[1.1.0]: https://github.com/boost-experimental/sml/compare/v1.0.0...v1.1.0
[1.0.1]: https://github.com/boost-experimental/sml/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/boost-experimental/sml/tree/v1.0.0
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Introduction
| Your scalable C++14 one header only State Machine Library with no dependencies ([__Try it online!__](http://boost-experimental.github.io/sml/examples/index.html#hello-world)) | <a class="github-button" href="https://github.com/boost-experimental/sml" data-style="mega" data-count-href="/boost-experimental/sml/stargazers" data-count-api="/repos/boost-experimental/sml#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star boost-experimental/sml on GitHub">GitHub</a> |

<div class="important">
<h3 class="wy-text-neutral"><span class="fa fa-info-circle wy-text-info"></span>&nbsp; Latest Release: <b>v1.0.1</b> (May 6, 2017)</h3>
<h3 class="wy-text-neutral"><span class="fa fa-info-circle wy-text-info"></span>&nbsp; Latest Release: <b>v1.1.0</b> (Jan 8, 2019)</h3>
<a href="https://github.com/boost-experimental/sml/releases" class="btn btn-success" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Download</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="CHANGELOG/index.html" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-reorder"></span>&nbsp; <b>Changelog</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="tutorial/index.html" class="btn btn-warning" style="margin-bottom:8px;" role="button"><span class="fa fa-gear"></span>&nbsp; <b>Tutorial</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="examples/index.html" class="btn btn-danger" style="margin-bottom:8px;" role="button"><span class="fa fa-book"></span>&nbsp; <b>Examples</b></a>
</div>

Expand Down

0 comments on commit d6b4a9e

Please sign in to comment.