From 86c4068db44180f8cff04017bf6d7b676812935d Mon Sep 17 00:00:00 2001 From: Esko Luontola Date: Thu, 29 Apr 2010 01:44:29 +0300 Subject: [PATCH] Prepare for next development iteration --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0ffd95d..6cb0e27 100644 --- a/README.md +++ b/README.md @@ -68,20 +68,24 @@ For examples on how to write specs, see the files in the [examples] directory. []: Replace /master/ with /gospec-1.x.x/ before making a release. -[hello-world-template]: http://github.com/orfjackal/gospec/tree/gospec-1.2.0/hello-world-template/ -[examples]: http://github.com/orfjackal/gospec/tree/gospec-1.2.0/examples/ -[all_specs_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.2.0/examples/all_specs_test.go -[fib.go]: http://github.com/orfjackal/gospec/blob/gospec-1.2.0/examples/fib.go -[fib_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.2.0/examples/fib_test.go -[stack.go]: http://github.com/orfjackal/gospec/blob/gospec-1.2.0/examples/stack.go -[stack_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.2.0/examples/stack_test.go -[expectation_syntax_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.2.0/examples/expectation_syntax_test.go -[execution_model_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.2.0/examples/execution_model_test.go +[hello-world-template]: http://github.com/orfjackal/gospec/tree/master/hello-world-template/ +[examples]: http://github.com/orfjackal/gospec/tree/master/examples/ +[all_specs_test.go]: http://github.com/orfjackal/gospec/blob/master/examples/all_specs_test.go +[fib.go]: http://github.com/orfjackal/gospec/blob/master/examples/fib.go +[fib_test.go]: http://github.com/orfjackal/gospec/blob/master/examples/fib_test.go +[stack.go]: http://github.com/orfjackal/gospec/blob/master/examples/stack.go +[stack_test.go]: http://github.com/orfjackal/gospec/blob/master/examples/stack_test.go +[expectation_syntax_test.go]: http://github.com/orfjackal/gospec/blob/master/examples/expectation_syntax_test.go +[execution_model_test.go]: http://github.com/orfjackal/gospec/blob/master/examples/execution_model_test.go Version History --------------- +**1.x.x (2010-xx-xx)** + +- ... + **1.2.0 (2010-04-29)** *UPGRADE NOTES:* In your spec suite, replace `r.AddSpec("SomeSpec", SomeSpec)` with `r.AddSpec(SomeSpec)`.