Skip to content
Marcelo Manzan edited this page Nov 24, 2015 · 7 revisions

Release Notes generated with command `stepup changelog --format=wiki`

Table of Contents

v0.9.9 (Nov/24 2015 00:21 -0200 by Marcelo Manzan)

Changes:

  • The command version-create now has the default
    option "--no-editor".

v0.9.8 (May/03 2015 23:36 -0300 by Marcelo Manzan)

Bugfixes:

  • Avoiding increment when the ref is already versioned

v0.9.7 (Apr/25 2015 01:21 -0300 by Marcelo Manzan)

Changes:

  • Verifying VIM location even with folder path prefix
Bugfixes:
  • Add --pretty=medium as default option to avoid a customized git-config
    in order to get the changelog

v0.9.6 (Mar/11 2014 10:01 -0300 by Marcelo Manzan)

Bugfixes:

  • Using quiet mode to get the tag info (encoding problems)

v0.9.5 (Feb/14 2014 06:08 -0200 by Marcelo Manzan)

Changes:

  • Support to RPM version output format

v0.9.4 (Feb/14 2014 05:44 -0200 by Marcelo Manzan)

Changes:

  • Support to Maven version output format

v0.9.3 (Dec/04 2013 13:13 -0200 by Marcelo Manzan)

Bugfixes:

  • Ruby 2.0 support

v0.9.2 (Sep/13 2013 15:27 -0300 by Marcelo Manzan)

Features:

  • Support to RPM-spec release notes output

v0.9.1 (Feb/07 2013 10:57 -0200 by Marcelo Manzan)

Bugfixes:

  • Forcing standard output of date when retrieving data from version tag

v0.9.0 (Feb/07 2013 10:03 -0200 by Marcelo Manzan)

Bugfixes:

  • Avoiding customized decoration when extracting the message from version tag
Features:

v0.8.2 (Jan/07 2013 14:31 -0200 by Marcelo Manzan)

Changes:

  • Command line 'version show' now accepts '--next-release' options

v0.8.1 (Mar/21 2012 14:22 -0300 by Marcelo Manzan)

Bugfixes:

  • treating some Ruby 1.9 encoding problems

v0.8.0 (Nov/21 2011 15:49 -0200 by Marcelo Manzan)

Features:

  • Capistrano task for step-up.
    Just add "require 'step-up/capistrano'" in your Capistrano Capfile:
      A file CURRENT_VERSION will be created after deploy in app root
      A task stepup:deploy_steps will be available.

v0.7.0 (Oct/19 2011 14:00 -0200 by Marcelo Manzan)

Changes:

  • additional recommendations for adding notes
  • additional information when adding notes
    • a little feedback before choose the note section
Bugfixes:
  • Checking notes config when invoking command line 'version create'
  • bugfix adding notes to the commit object instead of the tag object
    • converting to commit SHA1 to avoid attaching note to the tag
Features:
  • checking installed GIT support
  • Improvements on message parser
    • one-space indentation: the phrase continues on next line
    • two-spaces indentation: a new topic or sub-topic
    • ... and their combinations

v0.6.0 (May/20 2011 01:00 -0300 by Marcelo Manzan)

Changes:

  • Command line 'notes show' now works on clean mode by default
    • The option '--with-commit' can be used to display the commit
  • Command line 'changelog' now may receive option '--mask MASK'
  • Command line 'version show' now may receive option '--masks'
  • Omitting instructions to the remote repository if it does not exist
Bugfixes:
  • Display warning when no editor found
  • Display warning if the text editor ended prematurely
  • Removing warnings when the repository is empty
    • When executing command line 'notes show'
    • When executing command line 'notes add'
  • Removing warnings when no version tag found
    • When executing command line 'version show'
Features:
  • Added option --sections to command line notes show. This option specifies the sections to retrieve notes.

v0.5.0 (Apr/28 2011 14:28 -0300 by Eric Fer)

Changes:

  • pushing only the tag created by command line 'version create'
  • Command line 'notes add' without -m option opens the default editor with last commit message for edition
  • Showing some tips while editing note message or version log message.
  • Now 'init' command line is parameterized. Current syntax: init [--gemfile] [--version_file_support]
Features:
  • Added --after option to 'stepup notes' command
  • Added '--upto' option to command line 'notes show'
  • command line 'notes [add|remove]' now accepts '--section' option

v0.4.0 (Mar/23 2011 15:38 -0300 by Marcelo Manzan)

Changes:

  • changes on 'stepup changelog' (improvements on wiki markup)
  • 'stepup notes --since=' now brings also the notes of
  • option '--fetch' added to command line 'notes'
    • this option auto adds fetch instruction to .git/config file
Bugfixes:
  • getting empty tag message from changelog if could not capture it
  • Returning non-zero exit code when version create fails
Features:
  • command line 'version create' now auto increases the version level (--level=auto by default)

v0.3.1 (Feb/10 2011 14:39 -0200 by Marcelo Manzan)

Changes:

  • The command 'stepup init' now updates Capfile
  • The command 'stepup init' now updates Rakefile instead of creates lib/tasks/versioning.rake
  • The command 'stepup init' now updates Gemfile with the current installed step-up gem
  • checking additional fetch instruction on git-config file when calling 'stepup notes'

v0.3.0 (Feb/04 2011 16:30 -0200 by Eric Fer & Marcelo Manzan)

Changes:

  • new steps added to stepup-init commandline
    • changing Gemfile of the project (if found)
    • creating lib/version.rb in the project
    • creating rake task to generate tempfile with the current version
    • Appending .gitignore to ignore CURRENT_VERSION tempfile
Bugfixes:
  • support for old GIT installations
    • removing parameter '--no-notes' used on git-log command
Features:
  • improvements on VersionMask to allow no literal character before first level
  • improvements for showing, running and report failures of executed steps by CLI

v0.2.1 (Jan/14 2011 14:17 -0200 by Eric Fer)

Changes:

  • Basic documentation

v0.2.0 (Jan/09 2011 00:20 -0200 by Eric Fer)

Changes:

  • adjusts on VersionMask#format to ignore nils
  • returning last version tag with count of commits after it
  • Refactoring on command 'notes show'
Bugfixes:
  • asking note message without strip it
  • returning no message when user breaks line on first input
  • checking index in range
Features:
  • command line 'init'
  • command line 'notes add'
  • command line 'version create'
  • command line 'notes remove'
  • command line 'changelog', with some formats
    • default format (similar to git-log)
    • wiki format
    • HTML format
  • argument --message|-m for 'version create' command line

v0.1.0 (Dec/09 2010 02:42 -0200 by Marcelo Manzan)

Features:

  • command line to show notes for the next version (unversioned notes)

v0.0.2 (Nov/30 2010 12:58 -0200 by Marcelo Manzan)

  • removing files from gemspec
    • .gitignore
    • lastversion.gemspec
  • loading external configuration
  • loading default configuration
Features:
  • VersionMask parser
  • Git driver

v0.0.1 (Nov/26 2010 12:48 -0200 by Marcelo Manzan)

Features:

  • tag verifier module for GIT projects