bump version and update changelog

Этот коммит содержится в:
gedi 2018-03-04 10:34:08 +02:00
родитель 0997cc8515
коммит 6bd67bfcee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 56604CDCCC201556
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,8 @@
# Change LOG # Change LOG
**2018-03-04**
- support go1.10 new compiler and linker changes for **godog** command.
**2017-08-31** **2017-08-31**
- added **BeforeFeature** and **AfterFeature** hooks. - added **BeforeFeature** and **AfterFeature** hooks.
- failed multistep error is now prepended with a parent step text in order - failed multistep error is now prepended with a parent step text in order

Просмотреть файл

@ -1,6 +1,6 @@
The three clause BSD license (http://en.wikipedia.org/wiki/BSD_licenses) 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. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

Просмотреть файл

@ -39,4 +39,4 @@ Godog was inspired by Behat and Cucumber the above description is taken from it'
package godog package godog
// Version of package - based on Semantic Versioning 2.0.0 http://semver.org/ // Version of package - based on Semantic Versioning 2.0.0 http://semver.org/
const Version = "v0.7.5" const Version = "v0.7.6"