Skip to content

Commit 9810e03

Browse files
author
Levi Jamt
committed
Merge remote-tracking branch 'origin/master' into release/v0.7.0
2 parents 5b452e9 + 3d58874 commit 9810e03

File tree

4 files changed

+25
-392
lines changed

4 files changed

+25
-392
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change log
2+
All notable changes to Cosim Demo App will be documented in this file. This includes new features, bug fixes and breaking changes.
3+
For a more detailed list of all changes, click the header links for each version.
4+
5+
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
6+
7+
### v0.7.0 – 2020-06-08
8+
First public release.
9+
10+

conanfile.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,12 @@ lib, libboost_system.so.* -> ./dist/lib
3030
lib, libboost_thread.so* -> ./dist/lib
3131
lib, libcosim*.so -> ./dist/lib
3232
lib, libzip.so* -> ./dist/lib
33+
34+
., license* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
35+
., */license* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
36+
., copying* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
37+
., */copying* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
38+
., notice* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
39+
., */notice* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
40+
., authors* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
41+
., */authors* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ module cosim-demo-app
33
go 1.14
44

55
require (
6-
github.com/gobuffalo/buffalo-plugins v1.11.0 // indirect
7-
github.com/gobuffalo/meta v0.0.0-20190120163247-50bbb1fa260d // indirect
86
github.com/gobuffalo/packr v1.30.1
9-
github.com/gobuffalo/syncx v0.0.0-20181120194010-558ac7de985f // indirect
10-
github.com/gorilla/mux v1.7.0
11-
github.com/gorilla/websocket v1.4.0
12-
github.com/kr/pty v1.1.3 // indirect
13-
github.com/markbates/deplist v1.0.5 // indirect
14-
github.com/spf13/afero v1.2.0 // indirect
7+
github.com/gorilla/mux v1.7.4
8+
github.com/gorilla/websocket v1.4.2
159
github.com/ugorji/go/codec v1.1.7
1610
)

0 commit comments

Comments
 (0)