Skip to content

Commit

Permalink
GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Tolmachev committed May 8, 2017
1 parent 4333535 commit a23e245
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#### 0.0.1 - May 2017
* GA

#### 0.0.1-beta - May 2017
* Initial release
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ build_script:
test: off
version: 0.0.1.{build}
artifacts:
- path: bin
- path: build_output
name: bin
2 changes: 1 addition & 1 deletion docs/content/tutorial.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ You may want to have your own implementations instead using the official Cassand
InMem API
========================
InMem implmenetation of the interpreter takes a ResizeArray as the source to work agains and can be supplied instead
InMem implemenetation of the interpreter takes a ResizeArray as the source to work agains and can be supplied instead
of Cassandra interpreter:
*)

Expand Down

0 comments on commit a23e245

Please sign in to comment.