Skip to content

Commit aab738f

Browse files
authoredOct 11, 2022
chore(docs): changelog for v0.1.1 (#312)
This PR introduces adds to the Changelog for v0.1.1.
1 parent c534e42 commit aab738f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed
 

‎CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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
1227
This release contains bug fixes and improvements to Ristretto. It also contains
1328
major updates to the z package. The z package contains types such as Tree (B+
1429
tree), Buffer, Mmap file, etc. All these types are used in Badger and Dgraph to

0 commit comments

Comments
 (0)
Please sign in to comment.