Skip to content

Commit

Permalink
Updates docs, prepares for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Jul 27, 2019
1 parent e572f37 commit 7e50b6c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
apply plugin: "de.fayard.buildSrcVersions"

group 'com.eden'
version '0.2.3'
version '0.3.0'

// Config Values
//----------------------------------------------------------------------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions docs/src/orchid/resources/changelog/0.2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
---
version: '0.2.0'
---

- Libraries now embed the full shadowed JARs needed to run the formatters, so no more runtime dependency resolution!
Project structure is updated to better support future runners for other languages.
4 changes: 0 additions & 4 deletions docs/src/orchid/resources/changelog/0.2.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
---
version: '0.2.1'
---

- Adds Orchid documentation
- Adds formatters for Groovy code documentation
4 changes: 0 additions & 4 deletions docs/src/orchid/resources/changelog/0.2.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
---
version: '0.2.2'
---

- parses Groovydoc comments better to get parameter and return value descriptions
4 changes: 0 additions & 4 deletions docs/src/orchid/resources/changelog/0.2.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
---
version: '0.2.3'
---

- Makes Groovydoc understand traits and exception classes
2 changes: 2 additions & 0 deletions docs/src/orchid/resources/changelog/0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Moves code models and runners to having a common interface
- Fixes several language features missing from Dokka, Groovydoc, Javadoc

0 comments on commit 7e50b6c

Please sign in to comment.