From 6bd67bfcee5a32dcae0b257d0b9764cc29d54934 Mon Sep 17 00:00:00 2001 From: gedi Date: Sun, 4 Mar 2018 10:34:08 +0200 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 3 +++ LICENSE | 2 +- godog.go | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91dae2..4c2cb6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE b/LICENSE index caae6cf..4a27bd1 100644 --- a/LICENSE +++ b/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 diff --git a/godog.go b/godog.go index 007daca..163982c 100644 --- a/godog.go +++ b/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"