Skip to content

Commit

Permalink
Prepare 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed May 26, 2018
1 parent abf2bd2 commit 762e28f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sit/modules/issue-tracking
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.4.0

## Breaking changes

* New API for [re-]hashing records without filtering & dynamic updates (f8a87e97-9684-4d15-b546-5ffa9da1b658)

## Improvements

* Better (and faster) API to find an item (259c113e-89a9-4305-b276-aba1a4d76a70)
* Faster parallel item reduction (d856be6f-c572-451f-8fa7-d7f3692f906e)

## Bugfixes

* Not being able to read some legitimate Git configs for deriving authorship (06a458fd-c143-4748-be1d-a4de7d28f8d5)
* It was possible files outside of records and records with incorrect hashes (d01dab25-83b1-4a7d-80ce-f7a43a1abf9a)
* Multi-level parents links were not resolved correctly (e7978296-ab8e-4a10-8b2b-bbe9dba645fe)

## Updates

* Duktape has been updated to 2.2.1 (4510c53a-1c7d-47ac-a549-893aaa4932af)

# 0.3.0

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ build SIT from sources.*
As SIT is currently in its early days, sometimes it might make sense to use a
pre-release build. We encourage that. It helps us building a better product.

Firstly, you will need to install Rust 1.25 and CMake. Luckily
Firstly, you will need to install Rust 1.26 and CMake. Luckily
it is typically a very simple process. You can find
instructions on [Rust's website](https://www.rust-lang.org/en-US/install.html).

Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.0

This is primarily a bug fix release. It fixes a couple of important problems
in scanning record graphs and determinism of record hashes. It also
includes a few changes to improve performance in some cases.

# 0.3.0

With this release, SIT transitions from Serverless Issue Tracking to
Expand Down

0 comments on commit 762e28f

Please sign in to comment.