Skip to content

Commit 46353d4

Browse files
chore: release v0.0.2
1 parent 41578b9 commit 46353d4

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.0.2](https://github.com/spiraldb/alp/compare/v0.0.1...v0.0.2) - 2025-03-17
11+
12+
### Added
13+
14+
- entrypoint functions for main the ALP components ([#14](https://github.com/spiraldb/alp/pull/14))
15+
16+
### Fixed
17+
18+
- *(deps)* update rust crate serde to v1.0.218 ([#23](https://github.com/spiraldb/alp/pull/23))
19+
- *(deps)* update rust crate serde to v1.0.217 ([#17](https://github.com/spiraldb/alp/pull/17))
20+
- *(deps)* update rust crate serde to v1.0.216 ([#15](https://github.com/spiraldb/alp/pull/15))
21+
22+
### Other
23+
24+
- Add ci ([#25](https://github.com/spiraldb/alp/pull/25))
25+
- *(deps)* lock file maintenance ([#24](https://github.com/spiraldb/alp/pull/24))
26+
- *(deps)* lock file maintenance ([#22](https://github.com/spiraldb/alp/pull/22))
27+
- *(deps)* lock file maintenance ([#21](https://github.com/spiraldb/alp/pull/21))
28+
- *(deps)* lock file maintenance ([#20](https://github.com/spiraldb/alp/pull/20))
29+
- *(deps)* lock file maintenance ([#19](https://github.com/spiraldb/alp/pull/19))
30+
- *(deps)* lock file maintenance ([#18](https://github.com/spiraldb/alp/pull/18))
31+
- *(deps)* lock file maintenance ([#16](https://github.com/spiraldb/alp/pull/16))
32+
- Lock file maintenance ([#13](https://github.com/spiraldb/alp/pull/13))
33+
- Lock file maintenance ([#12](https://github.com/spiraldb/alp/pull/12))
34+
- Update Rust crate serde to v1.0.215 ([#11](https://github.com/spiraldb/alp/pull/11))
35+
- Lock file maintenance ([#10](https://github.com/spiraldb/alp/pull/10))
36+
- Update Rust crate serde to v1.0.214 ([#9](https://github.com/spiraldb/alp/pull/9))
37+
- Lock file maintenance ([#8](https://github.com/spiraldb/alp/pull/8))
38+
- Update Rust crate serde to v1.0.213 ([#7](https://github.com/spiraldb/alp/pull/7))
39+
- Update Rust crate serde to v1.0.211 ([#6](https://github.com/spiraldb/alp/pull/6))
40+
- Lock file maintenance ([#5](https://github.com/spiraldb/alp/pull/5))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "alp"
33
description = "A pure Rust implementation of Adaptive Lossless floating-Point Compression by Afroozeh et al."
4-
version = "0.0.1"
4+
version = "0.0.2"
55
license = "Apache-2.0"
66
repository = "https://github.com/spiraldb/alp"
77
edition = "2021"

0 commit comments

Comments
 (0)