Skip to content

Commit

Permalink
Feature/prepare for release v0.2.0 (#68)
Browse files Browse the repository at this point in the history
* Change cse-core dependency to 0.2.0

* Update .gitignore for conan files
Add .gitattributes wich force go.mod and go.sum to have LF line endings.

* Newline

* Updated after merge of cse-core
  • Loading branch information
hplatou authored and ljamt committed Mar 21, 2019
1 parent 32ad2f6 commit 137657b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go.mod eol=lf
go.sum eol=lf
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ resources/public/
# Conan output
include/
dist/
conan_imports_manifest.txt
conanbuildinfo.txt
conaninfo.txt
graph_info.json
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[generators]

[requires]
cse-core/0.1.0@osp/master
cse-core/0.2.0@osp/master

[imports]
include, cse.h -> ./include
Expand Down

0 comments on commit 137657b

Please sign in to comment.