Skip to content

Commit

Permalink
release v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jul 15, 2024
1 parent 1b492ab commit 850dd2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.07.6/2.3.6] 2024-07-15
### fixed
- tron delta-dump freezes on grpc asyncio requests
- safer handling of ctrl-c on delta-dumps

## [24.07.5/2.3.5] 2024-07-08
### fixed
- increase timeout limit for s3 requests from the default 30s to 300s
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SHELL := /bin/bash
PROJECT := graphsense-lib
VENV := venv
RELEASE := 'v24.07.6.dev3'
RELEASESEM := 'v2.3.6.dev3'
RELEASE := 'v24.07.6'
RELEASESEM := 'v2.3.6'


all: format lint test build
Expand Down

0 comments on commit 850dd2c

Please sign in to comment.