File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,26 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project will adhere to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) starting v1.0.0.
66
7- ## Unreleased
7+ ## [ 0.1.1] - 2022-10-12
8+
9+ [ 0.1.1 ] : https://github.com/dgraph-io/ristretto/compare/v0.1.0..v0.1.1
10+ This release fixes certain arm64 build issues in the z package. It also
11+ incorporates CI steps in our repository.
12+
13+ ### Changed
14+ - [ chore(docs): Include SpiceDB in the list of projects using Ristretto (#285 )] ( https://github.com/dgraph-io/ristretto/pull/311 )
15+
16+ ### Added
17+ - [ Run CI Jobs via Github Actions #304 ] ( https://github.com/dgraph-io/ristretto/pull/304 )
18+
19+ ### Fixed
20+ - [ fix(build): update x/sys dependency] ( https://github.com/dgraph-io/ristretto/pull/308 )
21+ - [ fix(z): Address inconsistent mremap return arguments with arm64] ( https://github.com/dgraph-io/ristretto/pull/309 )
22+ - [ fix(z): runtime error: index out of range for !amd64 env #287 ] ( https://github.com/dgraph-io/ristretto/pull/307 )
823
924## [ 0.1.0] - 2021-06-03
1025
11- [ 0.1.0 ] : https://github.com/dgraph-io/ristretto/compare/v0.1.0.. v0.0.3
26+ [ 0.1.0 ] : https://github.com/dgraph-io/ristretto/compare/v0.0.3.. v0.1.0
1227This release contains bug fixes and improvements to Ristretto. It also contains
1328major updates to the z package. The z package contains types such as Tree (B+
1429tree), Buffer, Mmap file, etc. All these types are used in Badger and Dgraph to
You can’t perform that action at this time.
0 commit comments