Skip to content

Commit da504c6

Browse files
authored
Merge pull request #117 from segmentio/update-docs
Update History.md for v3 and remove note about submodules in Readme
2 parents 1f3f9fc + 7c36690 commit da504c6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v3.0.0 / 2016-06-02
2+
===================
3+
4+
* 3.0 is a significant rewrite with multiple breaking changes.
5+
* [Quickstart](https://segment.com/docs/sources/server/go/quickstart/).
6+
* [Documentation](https://segment.com/docs/sources/server/go/).
7+
* [GoDocs](https://godoc.org/gopkg.in/segmentio/analytics-go.v3).
8+
* [What's New in v3](https://segment.com/docs/sources/server/go/#what-s-new-in-v3).
9+
110

211
v2.1.0 / 2015-12-28
312
===================

Readme.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ To install it in the GOPATH:
1414
go get https://github.com/segmentio/analytics-go
1515
```
1616

17-
Or via the Go vendoring mechanism:
18-
```
19-
git submodule add https://github.com/segmentio/analytics-go vendor/github.com/segmentio/analytics-go
20-
```
21-
2217
## Documentation
2318

2419
The links bellow should provide all the documentation needed to make the best

0 commit comments

Comments
 (0)