Skip to content

Commit

Permalink
Bump version to 0.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatho committed Apr 7, 2017
1 parent 55e8b3d commit 78a2d9e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# Changelog

## v.0.2.0.1 (2017-04-04)
## v0.3.0.0 (2017-04-07)

### Builtins

- Changed interface to staging functionality.
- Added `PrintAt` function for printing at specific screen locations.

### Compiler

- Added support for inline kOS script code.

### Other

- Updated documentation.
- Added test for prelude library.

## v0.2.0.1 (2017-04-04)

### Builtins

- Added missing `Vessel` constructor.

## v.0.2.0.0 (2017-04-04)
## v0.2.0.0 (2017-04-04)

### Compiler

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.0.1'
release = '0.3.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion kos-c.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kos-c
version: 0.2.0.1
version: 0.3.0.0
-- synopsis:
-- description:
homepage: https://github.com/fatho/kos-c#readme
Expand Down

0 comments on commit 78a2d9e

Please sign in to comment.