Codebase list golang-github-nlopes-slack / c86337c
Add changelog Florin Patan 6 years ago
2 changed file(s) with 25 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 ### v0.1.0 - May 28, 2017
1
2 This is released before adding context support.
3 As the used context package is the one from Go 1.7 this will be the last
4 compatible with Go < 1.7.
5
6 Please check [0.1.0](https://github.com/nlopes/slack/releases/tag/v0.1.0)
7
8 ### v0.0.1 - Jul 26, 2015
9
10 If you just updated from master and it broke your implementation, please
11 check [0.0.1](https://github.com/nlopes/slack/releases/tag/v0.0.1)
44 calls, as well as the Real-Time Messaging protocol over websocket, in
55 a fully managed way.
66
7 ## Change log
78
8 Note: If you just updated from master and it broke your implementation, please check [0.0.1](https://github.com/nlopes/slack/releases/tag/v0.0.1)
9 ### v0.1.0 - May 28, 2017
10
11 This is released before adding context support.
12 As the used context package is the one from Go 1.7 this will be the last
13 compatible with Go < 1.7.
14
15 Please check [0.1.0](https://github.com/nlopes/slack/releases/tag/v0.1.0)
16
17 ### CHANGELOG.md
18
19 As of this version a [CHANGELOG.md](https://github.com/nlopes/slack/blob/master/README.md) is available. Please visit it for updates.
920
1021 ## Installing
1122
1223 ### *go get*
1324
14 $ go get github.com/nlopes/slack
25 $ go get -u github.com/nlopes/slack
1526
1627 ## Example
1728