Skip to content

Commit 5c3366b

Browse files
committed
Use international date format in change log
1 parent 1757de6 commit 5c3366b

1 file changed

Lines changed: 31 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,64 +15,64 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
1515
* [#157](https://github.com/exercism/cli/pull/157): Refactored API package - [@Tonkpils](https://github.com/Tonkpils)
1616
* **Your contribution here**
1717

18-
## v1.9.2 (Jan 11, 2015)
18+
## v1.9.2 (2015-01-11)
1919

2020
* [exercism.io#2155](https://github.com/exercism/exercism.io/issues/2155): Fixed problem with passed in config file being ignored.
2121
* Added first version of changelog
2222

23-
## v1.9.1 (Jan 10, 2015)
23+
## v1.9.1 (2015-01-10)
2424

2525
* [#147](https://github.com/exercism/cli/pull/147): added `--api` option to exercism configure - [@morphatic](https://github.com/morphatic)
2626

27-
## v1.9.0 (Nov 27, 2014)
27+
## v1.9.0 (2014-11-27)
2828

2929
* [#143](https://github.com/exercism/cli/pull/143): added command for downloading a specific solution - [@harimp](https://github.com/harimp)
3030
* [#142](https://github.com/exercism/cli/pull/142): fixed command name to be `exercism` rather than `cli` on `go get` - [@Tonkpils](https://github.com/Tonkpils)
3131

32-
## v1.8.2 (Oct 24, 2014)
32+
## v1.8.2 (2014-10-24)
3333

3434
* [9cbd069](https://github.com/exercism/cli/commit/9cbd06916cc05bbb165e8c2cb00d5e03cb4dbb99): Made path comparison case insensitive
3535

36-
## v1.8.1 (Oct 23, 2014)
36+
## v1.8.1 (2014-10-23)
3737

3838
* [0ccc7a4](https://github.com/exercism/cli/commit/0ccc7a479940d2d7bb5e12eab41c91105519f135): Implemented debug flag on submit command
3939

40-
## v1.8.0 (Oct 15, 2014)
40+
## v1.8.0 (2014-10-15)
4141

4242
* [#138](https://github.com/exercism/cli/pull/138): Added conversion to line endings for submissions on Windows - [@rprouse](https://github.com/rprouse)
4343
* [#116](https://github.com/exercism/cli/issues/116): Added support for setting name of config file in an environment variable
4444
* [47d6fd4](https://github.com/exercism/cli/commit/47d6fd407fd0410f5c81d60172e01e8624608f53): Added a `track` command to list the problems in a given language
4545
* [#126](https://github.com/exercism/cli/issues/126): Added explanation in `submit` response about fetching the next problems
4646
* [#133](https://github.com/exercism/cli/pull/133): Changed config command to create the exercism directory, rather than waiting until the first time problems are fetched - [@Tonkpils](https://github.com/Tonkpils)
4747

48-
## v1.7.5 (Oct 5, 2014)
48+
## v1.7.5 (2014-10-5)
4949

5050
* [88cf1a1fbc884545dfc10e98535f667e4a43e693](https://github.com/exercism/cli/commit/88cf1a1fbc884545dfc10e98535f667e4a43e693): Added ARMv6 to build
5151
* [12672c4](https://github.com/exercism/cli/commit/12672c4f695cfe3891f96467619a3615e6d57c34): Added an error message when people submit a file that is not within the exercism directory tree
5252
* [#128](https://github.com/exercism/cli/pull/128): Made paths os-agnostic in tests - [@ccnp123](https://github.com/ccnp123)
5353

54-
## v1.7.4 (Sep 27, 2014)
54+
## v1.7.4 (2014-09-27)
5555

5656
* [4ca3e97](https://github.com/exercism/cli/commit/4ca3e9743f6d421903c91dfa27f4747fb1081392): Fixed incorrect HOME directory on Windows
5757
* [8bd1a25](https://github.com/exercism/cli/commit/4ca3e9743f6d421903c91dfa27f4747fb1081392): Added ARMv5 to build
5858
* [#117](https://github.com/exercism/cli/pull/117): Archive windows binaries using zip rather than tar and gzip - [@LegalizeAdulthood](https://github.com/LegalizeAdulthood)
5959

60-
## v1.7.3 (Sep 26, 2014)
60+
## v1.7.3 (2014-09-26)
6161

6262
* [8bec393](https://github.com/exercism/cli/commit/8bec39387094680990af7cf438ada1780cf87129): Fixed submit so it can handle symlinks
6363

64-
## v1.7.2 (Sep 24, 2014)
64+
## v1.7.2 (2014-09-24)
6565

6666
* [#111](https://github.com/exercism/cli/pull/111): Don't clobber existing config values when adding more - [@jish](https://github.com/jish)
6767

68-
## v1.7.1 (Sep 19, 2014)
68+
## v1.7.1 (2014-09-19)
6969

7070
* Completely reorganized the code, separating each command into a separate handler
7171
* [17fc164](https://github.com/exercism/cli/commit/17fc1644e9fc9ee5aa4e136de11556e65a7b6036): Fixed paths to be platform-independent
7272
* [8b174e2](https://github.com/exercism/cli/commit/17fc1644e9fc9ee5aa4e136de11556e65a7b6036): Made the output of demo command more helpful
7373
* [8b174e2](https://github.com/exercism/cli/commit/8b174e2fd8c7a545ea5c47c998ac10c5a7ab371f): Deleted the 'current' command
7474

75-
## v1.7.0 (Aug 28, 2014)
75+
## v1.7.0 (2014-08-28)
7676

7777
* [ac6dbfd](https://github.com/exercism/cli/commit/ac6dbfd81a86e7a9a5a9b68521b0226c40d8e813): Added os and architecture to the user agent
7878
* [5d58fd1](https://github.com/exercism/cli/commit/5d58fd14b9db84fb752b3bf6112123cd6f04c532): Fixed bug in detecting user's home directory
@@ -93,15 +93,15 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
9393
* Did a fair amount of cleanup to make code a bit more idiomatic
9494
* [#86](https://github.com/exercism/cli/pull/86): Triggered interactive login command for commands that require auth - [@Tonkpils](https://github.com/Tonkpils)
9595

96-
## v1.6.2 (Jun 2, 2014)
96+
## v1.6.2 (2014-06-02)
9797

9898
* [a5b7a55](https://github.com/exercism/cli/commit/a5b7a55f52c23ac5ce2c6bd1826ea7767aea38c4): Update login prompt
9999

100-
## v1.6.1 (May 16, 2014)
100+
## v1.6.1 (2014-05-16)
101101

102102
* [#84](https://github.com/exercism/cli/pull/84): Change hard-coded filepath so that it will work on any platform - [@simonjefford](https://github.com/simonjefford)
103103

104-
## v1.6.0 (May 10, 2014)
104+
## v1.6.0 (2014-05-10)
105105

106106
* [#82](https://github.com/exercism/cli/pull/82): Fixed typo in tests - [@srt32](https://github.com/srt32)
107107
* [aa7446d](https://github.com/exercism/cli/commit/aa7446d598fc894ef329756555c48ef358baf676): Clarified output to user after they fetch
@@ -113,58 +113,58 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
113113
* [#70](https://github.com/exercism/cli/pull/70): Fixed a panic - [@Tonkpils](https://github.com/Tonkpils)
114114
* [#68](https://github.com/exercism/cli/pull/68): Fixed how user input is read so that it doesn't stop at the first space - [@Tonkpils](https://github.com/Tonkpils)
115115

116-
## v1.5.1 (Mar 14, 2014)
116+
## v1.5.1 (2014-03-14)
117117

118118
* [5b672ee](https://github.com/exercism/cli/commit/5b672ee7bf26859c41de9eed83396b7454286063 ): Provided a visual mark next to new problems that get fetched
119119

120-
## v1.5.0 (Feb 28, 2014)
120+
## v1.5.0 (2014-02-28)
121121

122122
* [#63](https://github.com/exercism/cli/pull/63): Implemeted `fetch` for a single language - [@Tonkpils](https://github.com/Tonkpils)
123123
* [#62](https://github.com/exercism/cli/pull/62): Expose error message from API to user on `fetch` - [@Tonkpils](https://github.com/Tonkpils)
124124
* [#59](https://github.com/exercism/cli/pull/59): Added global flag to pass the path to the config file instead of relying on default - [@isbadawi](https://github.com/isbadawi)
125125
* [#57](https://github.com/exercism/cli/pull/57): Added description to the restore command - [@rcode5](https://github.com/rcode5)
126126
* [#56](https://github.com/exercism/cli/pull/56): Updated developer instructions in README based on real-life experience - [@rcode5](https://github.com/rcode5)
127127

128-
## v1.4.0 (Jan 13, 2014)
128+
## v1.4.0 (2014-01-13)
129129

130130
* [#47](https://github.com/exercism/cli/pull/47): Added 'restore' command to download all of a user's existing solutions with their corresponding problems - [@ebautistabar](https://github.com/ebautistabar)
131131
* Numerous small fixes and cleanup to code and documentation - [@dpritchett](https://github.com/dpritchett), [@TrevorBramble](https://github.com/TrevorBramble), [@elimisteve](https://github.com/elimisteve)
132132

133-
## v1.3.2 (Dec 14, 2013)
133+
## v1.3.2 (2013-12-14)
134134

135135
* [f8dd974](https://github.com/exercism/cli/commit/f8dd9748078b1b191629eae385aaeda8af94305b): Fixed content-type header when posting to API
136136
* Fixed user-agent string
137137

138-
## v1.3.1 (Dec 1, 2013)
138+
## v1.3.1 (2013-12-01)
139139

140140
* [exercism.io#1039](https://github.com/exercism/exercism.io/issues/1039): Stopped clobbering existing files on fetch
141141

142-
## v1.3.0 (Nov 16, 2013)
142+
## v1.3.0 (2013-11-16)
143143

144144
* [7f39ee4](https://github.com/exercism/cli/commit/7f39ee4802752925466bc2715790dc965026b09d): Allow users to specify a particular problem when fetching.
145145

146-
## v1.2.3 (Nov 13, 2013)
146+
## v1.2.3 (2013-11-13)
147147

148148
* [exercism.io#998](https://github.com/exercism/exercism.io/issues/998): Fix problem with writing an empty config file under certain circumstances.
149149

150-
## v1.2.2 (Nov 12, 2013)
150+
## v1.2.2 (2013-11-12)
151151

152152
* [#28](https://github.com/exercism/cli/issues/28): Create exercism directory immediately upon logging in.
153153
* Upgrade to newer version of [codegangsta/cli](https://github.com/codegansta/cli) library, which returns an error from the main Run() function.
154154

155-
## v1.2.1 (Nov 9, 2013)
155+
## v1.2.1 (2013-11-09)
156156

157157
* [371521f](https://github.com/exercism/cli/commit/371521fd97460aa92269831f10dadd467cb06592): Add support for nested directories under the language track directory allowing us to create idiomatic scala, clojure, and other exercises.
158158

159-
## v1.2.0 (Nov 7, 2013)
159+
## v1.2.0 (2013-11-07)
160160

161161
* [371521f](https://github.com/exercism/cli/commit/371521fd97460aa92269831f10dadd467cb06592): Consume the new hash of filename => content that the problem API returns.
162162

163-
## v1.1.1 (Oct 30, 2013)
163+
## v1.1.1 (2013-10-20)
164164

165165
* [371521f](https://github.com/exercism/cli/commit/371521fd97460aa92269831f10dadd467cb06592): Add output when fetching to tell the user where the files where created.
166166

167-
## v1.1.0 (Oct 24, 2013)
167+
## v1.1.0 (2013-10-24)
168168

169169
* Refactor to extract config package
170170
* Delete stray binary **TODO** we might rewrite history on this one, see [#102](https://github.com/exercism/xgo/issues/102).
@@ -173,28 +173,28 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
173173
* [#20](https://github.com/exercism/cli/pull/20): Add current command - [@Tonkpils](https://github.com/Tonkpils)
174174
* Inline refactoring experiment, various cleanup
175175

176-
## v1.0.1 (Sep 27, 2013)
176+
## v1.0.1 (2013-09-27)
177177

178178
* [#11](https://github.com/exercism/cli/pull/11): Don't require authentication for demo - [@msgehard](https://github.com/mshegard)
179179
* [#14](https://github.com/exercism/cli/pull/14): Print out fetched assignments - [@Tonkpils](https://github.com/Tonkpils)
180180
* [#16](https://github.com/exercism/cli/pull/16): Fix broken submit for relative path names - [@nf](https://github.com/nf)
181181
* Create a separate demo directory if there's no configured exercism directory
182182

183-
## v1.0.0 (Sep 22, 2013)
183+
## v1.0.0 (2013-09-22)
184184

185185
* [#7](https://github.com/exercism/cli/pull/7): Recognize haskell test files
186186
* [#5](https://github.com/exercism/cli/pull/5): Fix typo - [@simonjefford](https://github.com/simonjefford)
187187
* [#1](https://github.com/exercism/cli/pull/1): Output the location of the config file - [@msgehard](https://github.com/msgehard)
188188
* Recognize more language test files - [@msgehard](https://github.com/msgehard)
189189

190-
## v0.0.27.beta (Aug 25, 2013)
190+
## v0.0.27.beta (2013-08-25)
191191

192192
All changes by [@msgehard](https://github.com/msgehard)
193193

194194
* Clean up homedir
195195
* Add dev instructions to README
196196

197-
## v0.0.26.beta (Aug 24, 2013)
197+
## v0.0.26.beta (2013-08-24)
198198

199199
All changes by [@msgehard](https://github.com/msgehard)
200200

0 commit comments

Comments
 (0)