Skip to content

Commit 7fabfd0

Browse files
committed
Prepared next release 0.5.0
1 parent 626f9a4 commit 7fabfd0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ Before cutting a new release, you should ensure/do:
653653

654654
* All tests have to pass!
655655
* Update version (at least remove `-SNAPSHOT` suffix)
656-
* Update Changelog in this `README.adoc`
656+
* Update Changelog in this `README.adoc` (add changes, add proper version and date)
657657
* Create a git tag
658658
* run the deploy script `deploy-maven-central.sh`
659659
* Stage and release repository in Sonatype Nexus (https://oss.sonatype.org/index.html#stagingRepositories)
@@ -670,7 +670,7 @@ Have a look at some other projects I'm involved with:
670670

671671
== ChangeLog
672672

673-
=== CmdOption NEXT
673+
=== CmdOption 0.5.0 - 2017-10-09
674674

675675
* Added new LongHandler which support Long and long fields and setter method.
676676
* New `UsageFormatter2` interface that accepts a `PrintStream` and default implementation `DefaultUsageFormatter2`.

mvn-shared.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object CmdOption {
22

3-
val version = "0.5-SNAPSHOT"
3+
val version = "0.5.0"
44

55
}
66

@@ -131,4 +131,4 @@ object Gettext {
131131
)
132132
)
133133
)
134-
}
134+
}

0 commit comments

Comments
 (0)