This repository was archived by the owner on Jan 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
8
+ ## [ 0.1.3] - 07-04-2017
9
+ ### Changed
10
+ - Update wrong import reference in grammar/grammar.funcs.go
11
+
8
12
## [ 0.1.2] - 07-04-2017
9
13
### Changed
10
14
- Added JSON to Yara converter into yago module. Now it is possible to use yago module properly. See #8 .
@@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
21
## 0.1.0 - 26-03-2017
18
22
- Initial release
19
23
20
-
24
+ [ Unreleased ] : https://github.com/Yara-Rules/yago/compare/v0.1.3...HEAD
25
+ [ 0.1.3 ] : https://github.com/Yara-Rules/yago/compare/v0.1.2...v0.1.3
21
26
[ 0.1.2 ] : https://github.com/Yara-Rules/yago/compare/v0.1.1...v0.1.2
22
27
[ 0.1.1 ] : https://github.com/Yara-Rules/yago/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package grammar
3
3
import (
4
4
"fmt"
5
5
6
- "dev.jau.me/YaGo2 /lexic"
6
+ "github.com/Yara-Rules/yago /lexic"
7
7
)
8
8
9
9
// String returns a string representation of the Parser
You can’t perform that action at this time.
0 commit comments