Skip to content

Commit 2277ab6

Browse files
committed
Update CHANGELOG, DESCRIPTION, and cran-comments.md on succesfull CRAN release
1 parent 7148d36 commit 2277ab6

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,19 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
Also [Keep a CHANGELOG](http://keepachangelog.com/).
55

6-
## Unreleased
6+
## [Unreleased]
7+
8+
## [0.2.0] - 2016-07-20
9+
### Added
10+
- Support for input in the %H:%M format (without seconds)
11+
12+
### Fixed
13+
- Fixed padding problem on keyboard input
14+
- Keyboard input now properly causes change events
715

816
## 0.1.0 - 2016-07-18
917
### Added
10-
- Initial release
18+
- Initial release
19+
20+
[Unreleased]: https://github.com/burgerga/shinyTime/compare/v0.2.0...HEAD
21+
[0.2.0]: https://github.com/burgerga/shinyTime/compare/v0.1.0...v0.2.0

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: shinyTime
22
Type: Package
33
Title: A Time Input Widget for Shiny
4-
Version: 0.1.0.9000
4+
Version: 0.2.0
55
Authors@R: person("Gerhard", "Burger", email = "burger.ga@gmail.com", role = c("aut", "cre"))
66
Description: Provides a time input widget for Shiny. This widget allows intuitive time input in the
77
'[hh]:[mm]:[ss]' or '[hh]:[mm]' (24H) format by using a separate numeric input for each time

cran-comments.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ There was 1 NOTE:
1010

1111
* checking CRAN incoming feasibility ... NOTE
1212
Maintainer: ‘Gerhard Burger <burger.ga@gmail.com>’
13-
14-
This is my first package submission to CRAN
13+
14+
Days since last update: 1
15+
16+
Terribly sorry, the package turned out to have a usability bug
17+

0 commit comments

Comments
 (0)