Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
389a1bf15d chore(release): 0.4.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-10-19 09:52:36 +00:00
e64fc61926
feat: add hyperlog
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-10-19 11:49:32 +02:00
4 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.1] - 2024-10-19 ## [0.4.0] - 2024-10-19
### Added
- add hyperlog
### Fixed ### Fixed
- *(deps)* update rust crate serde_json to v1.0.129 - *(deps)* update rust crate serde_json to v1.0.129

View File

@ -26,4 +26,4 @@ hex = { version = "0.4.3" }
toml = { version = "0.8.14" } toml = { version = "0.8.14" }
[workspace.package] [workspace.package]
version = "0.3.1" version = "0.4.0"

4
buf.yaml Normal file
View File

@ -0,0 +1,4 @@
version: v2
modules:
- path: crates/hyperlog-protos/proto
name: buf.build/noschemaplz/hyperlog

View File

@ -392,7 +392,6 @@ impl<'a> StatefulWidget for GraphExplorer<'a> {
fn render(self, area: Rect, buf: &mut Buffer, state: &mut Self::State) { fn render(self, area: Rect, buf: &mut Buffer, state: &mut Self::State) {
let Rect { height, .. } = area; let Rect { height, .. } = area;
let _height = height as usize;
if let Some(graph) = &state.graph { if let Some(graph) = &state.graph {
let movement_graph: MovementGraph = let movement_graph: MovementGraph =