README.adoc in hyla-1.0.5 vs README.adoc in hyla-1.0.6

- old
+ new

@@ -65,11 +65,11 @@ $ bundle **Or** install it yourself as: - $ gem install hyla -v 1.0.3 + $ gem install hyla -v 1.0.6 == For Developer's only Clone Git project locally, move to Hyla directory and execute the following commands gem build hyla.gemspec @@ -77,13 +77,27 @@ == To publish Hyla to Gem Repo gem build hyla.gemspec gem install hyla-1.0.x.gem -l - gem yank hyla -v 1.0.x gem push hyla-1.0.x.gem +== To delete a release pushed to RubyGems (= yank) + + gem yank hyla -v 1.0.x + +== To create a release, generate a tagged release and publish it to Gem Repo + + gem build hyla.gemspec + gem install hyla-1.0.6.gem + git commit -m "Release Hyla 1.0.6" -a + git push + git tag -a hyla-1.0.6 -m "Release hyla 1.0.6" + git push origin hyla-1.0.6 + + gem push hyla-1.0.6.gem + == Usage Open a terminal and move to the folder where you would like to create a new project or develop an existing. As Hyla is command line tool, it will be used with one of the following commands : create Creates a new file from asciidoc artefacts for an existing project @@ -118,9 +132,23 @@ Docs:: {docs} Source repository (git):: {sources} Issue tracker (GitHub):: {issues} == Changelog + +=== v1.0.6 - @cmoulliard + +Enhancements / Improvements:: + +* Add attribute to include additional <scripts/> tags within the HTML generated(link:{issues}74[#74]) +* Exclude lab_assets & lab_assets_solution(link:{issues}73[#73]) +* Add data-state attribute to revealjs slim backend(link:{issues}72[#72]) +* Add possibility to definie the transition style for revealjs(link:{issues}69[#69]) +* It should be possible to define custom theme for revealjs(link:{issues}68[#68]) + +Bug fixes:: + +* Snippet tag is added to the parent include file bug(link:{issues}67[#67]) === v1.0.5 - @cmoulliard New Features::