Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Oct 14, 2010
1 parent 463bb44 commit 144af28
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Expand Up @@ -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.3.4/hello-world-template/
[examples]: http://github.com/orfjackal/gospec/tree/gospec-1.3.4/examples/
[all_specs_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.3.4/examples/all_specs_test.go
[fib.go]: http://github.com/orfjackal/gospec/blob/gospec-1.3.4/examples/fib.go
[fib_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.3.4/examples/fib_test.go
[stack.go]: http://github.com/orfjackal/gospec/blob/gospec-1.3.4/examples/stack.go
[stack_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.3.4/examples/stack_test.go
[expectation_syntax_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.3.4/examples/expectation_syntax_test.go
[execution_model_test.go]: http://github.com/orfjackal/gospec/blob/gospec-1.3.4/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.3.4 (2010-10-15)**

- Upgraded to Go release.2010-10-13
Expand Down

0 comments on commit 144af28

Please sign in to comment.