From 2277ab67c1eec58bc4f40411e4361008d5abd22d Mon Sep 17 00:00:00 2001 From: Gerhard Burger Date: Wed, 20 Jul 2016 08:18:50 +0200 Subject: [PATCH] Update CHANGELOG, DESCRIPTION, and cran-comments.md on succesfull CRAN release --- CHANGELOG.md | 15 +++++++++++++-- DESCRIPTION | 2 +- cran-comments.md | 7 +++++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0967f52..a239e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). Also [Keep a CHANGELOG](http://keepachangelog.com/). -## Unreleased +## [Unreleased] + +## [0.2.0] - 2016-07-20 +### Added +- Support for input in the %H:%M format (without seconds) + +### Fixed +- Fixed padding problem on keyboard input +- Keyboard input now properly causes change events ## 0.1.0 - 2016-07-18 ### Added - - Initial release \ No newline at end of file + - Initial release + + [Unreleased]: https://github.com/burgerga/shinyTime/compare/v0.2.0...HEAD + [0.2.0]: https://github.com/burgerga/shinyTime/compare/v0.1.0...v0.2.0 diff --git a/DESCRIPTION b/DESCRIPTION index fdb873a..8160caa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: shinyTime Type: Package Title: A Time Input Widget for Shiny -Version: 0.1.0.9000 +Version: 0.2.0 Authors@R: person("Gerhard", "Burger", email = "burger.ga@gmail.com", role = c("aut", "cre")) Description: Provides a time input widget for Shiny. This widget allows intuitive time input in the '[hh]:[mm]:[ss]' or '[hh]:[mm]' (24H) format by using a separate numeric input for each time diff --git a/cran-comments.md b/cran-comments.md index c2d1eef..e4b98a6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -10,5 +10,8 @@ There was 1 NOTE: * checking CRAN incoming feasibility ... NOTE Maintainer: ‘Gerhard Burger ’ - - This is my first package submission to CRAN + + Days since last update: 1 + + Terribly sorry, the package turned out to have a usability bug +