Skip to content

Commit d728313

Browse files
committed
updating changelog
1 parent 38fdc6e commit d728313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
##0.4.4
7+
##0.4.5
88
### Features
99
- Peformance improvements in rocksdb by ignore bloom filters within an event context
1010

faust/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import typing
2424
from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple
2525

26-
__version__ = "0.4.4"
26+
__version__ = "0.4.5"
2727
__author__ = "Robinhood Markets, Inc."
2828
2929
__homepage__ = "https://github.com/faust-streaming/faust"

0 commit comments

Comments
 (0)