bump version and update changelog
Этот коммит содержится в:
родитель
0997cc8515
коммит
6bd67bfcee
3 изменённых файлов: 5 добавлений и 2 удалений
|
@ -1,5 +1,8 @@
|
|||
# Change LOG
|
||||
|
||||
**2018-03-04**
|
||||
- support go1.10 new compiler and linker changes for **godog** command.
|
||||
|
||||
**2017-08-31**
|
||||
- added **BeforeFeature** and **AfterFeature** hooks.
|
||||
- failed multistep error is now prepended with a parent step text in order
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The three clause BSD license (http://en.wikipedia.org/wiki/BSD_licenses)
|
||||
|
||||
Copyright (c) 2015-2017, DATA-DOG team
|
||||
Copyright (c) 2015-2018, DATA-DOG team
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
2
godog.go
2
godog.go
|
@ -39,4 +39,4 @@ Godog was inspired by Behat and Cucumber the above description is taken from it'
|
|||
package godog
|
||||
|
||||
// Version of package - based on Semantic Versioning 2.0.0 http://semver.org/
|
||||
const Version = "v0.7.5"
|
||||
const Version = "v0.7.6"
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче