Skip to content

Commit 4a976fd

Browse files
committed
🚀 Bump version
1 parent e055c95 commit 4a976fd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,14 @@ There are _no known issues_ at this point. The parallelization that was introduc
253253

254254
The [javascript](https://github.com/dreamyguy/gitlogg/tree/javascript) branch is a very fine piece of programming; you should definitely check it out. I haven't tested it extensively, but found a few issues, which are reported in the [issue tracker](https://github.com/dreamyguy/gitlogg/issues).
255255

256-
The current version [v0.2.0](https://github.com/dreamyguy/gitlogg/tree/v0.2.0) is still quite stable after all these years, with no known issues. Try it! :sparkles:
256+
The current version [v0.2.1](https://github.com/dreamyguy/gitlogg/tree/v0.2.1) is still quite stable after all these years, with no known issues. Try it! :sparkles:
257257

258258
#### Release History
259259

260+
* 2018-07-12 [v0.2.1](https://github.com/dreamyguy/gitlogg/tree/v0.2.1) - [View Changes](https://github.com/dreamyguy/gitlogg/compare/v0.2.0...v0.2.1)
261+
* Use `ȝ` instead of `\0` when replacing `\n` during the extraction of `git log`. `\0` is not as reliable as it seemed.
262+
* The main idea here is to use a character that occurs as seldom as possible - preferably never in `git` context.
263+
* `ȝ` (Yogh) is an old English character. If that gives problems, I'll try `ƿ` (Wynn), another abandoned English char.
260264
* 2018-07-11 [v0.2.0](https://github.com/dreamyguy/gitlogg/tree/v0.2.0) - [View Changes](https://github.com/dreamyguy/gitlogg/compare/v0.1.9...v0.2.0)
261265
* Improve console output readability
262266
* Simplify `JSON` format.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlogg",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Parse the 'git log' of one or several 'git' repositories into a sanitised and distributable 'JSON' file",
55
"keywords": [
66
"gitlog",

0 commit comments

Comments
 (0)