Skip to content

Commit

Permalink
Set version to 0.1.0
Browse files Browse the repository at this point in the history
daniele77 committed Oct 20, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent f5ecfc3 commit d34ea06
Showing 4 changed files with 58 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Code of Conduct

* Be respectful of others

* Please use professional conduct

* Treat others the way you want to be treated

Thank you!
41 changes: 41 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Contributing to Aricpp

Thank you for taking the time to read this document!

:heart_eyes: **please star the Aricpp repository!** :heart_eyes:

First make sure you're on the
[official repository page](https://github.com/daniele77/aricpp/blob/master/CONTRIBUTING.md),
then just press the button labeled "star" in the top right of the page
to give Aricpp a star! Your stars create generate additional visibility,
which leads to more users, more bug reports, more fixes, more testing,
more features, and a better product!

# Ways to Contribute

No contribution to Aricpp is too big or too small! We are
always happy to see user participation in all of its forms.
Here are some of the ways that you can contribute (this is
by no means an exhaustive list):

* Submit a
[bug report](https://github.com/daniele77/aricpp/issues).
We love hearing about broken things, so
that we can fix them. Any problem is fair game, this includes
the documentation examples, tests, and repository as well as the
library itself. Bug reports should be opened on the
[Issues](https://github.com/daniele77/aricpp/issues) page.

* Provide
[feedback](https://github.com/daniele77/aricpp/issues).
about the library. If you have used, are using,
or are thinking about using the library we want to hear about it!
The more information you provide, the better we will be able
to ensure that Aricpp meets your needs. You can provide feedback
as an issue, or email the author directly.

* Test Aricpp.

* Use Aricpp in your next application! At the end of the day, it is the
goal of the library to provide utility to users so the best way you
can contribute is simply to use the library!
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<date>: <Version>

2017-10-20: Version 0.1.0

* Use beast library v. 123
* Add CONTRIBUTING and CODE_OF_CONDUCT files
* Add channel destruction Q.850 cause
* Remove std::move when prevents RVO

2017-08-28: Version 0.0.3

* Use boost version of beast library
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.1.0

0 comments on commit d34ea06

Please sign in to comment.