Skip to content

Commit 478447e

Browse files
authored
bump version: v0.0.8 (#355)
## [0.0.8](v0.0.7...v0.0.8) (2024-07-03) ### Bugfix * fix prefill/append kernel behavior for empty kv-cache ([#353](#353)) ([7adc8c](7adc8cf)) * fix decode attention kernel with logits cap ([#350](#350)) ([f5f7a2](f5f7a2a))
1 parent 0719296 commit 478447e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.7"
2+
".": "0.0.8"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/flashinfer-ai/flashinfer/compare/v0.0.7...v0.0.8) (2024-07-03)
4+
5+
### Bugfix
6+
7+
* fix prefill/append kernel behavior for empty kv-cache ([#353](https://github.com/flashinfer-ai/flashinfer/pull/353)) ([7adc8c](https://github.com/flashinfer-ai/flashinfer/commit/7adc8cf01a029645307c321a7754d0b0a4f0f4de))
8+
* fix decode attention kernel with logits cap ([#350](https://github.com/flashinfer-ai/flashinfer/pull/350)) ([f5f7a2](https://github.com/flashinfer-ai/flashinfer/commit/f5f7a2a23249fd0be5b30fd8fb3957ac3bb527ca))
9+
10+
311
## [0.0.7](https://github.com/flashinfer-ai/flashinfer/compare/v0.0.6...v0.0.7) (2024-06-28)
412

513
### Breaking Changes

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
author = "FlashInfer Contributors"
1919
copyright = "2023-2024, {}".format(author)
2020

21-
version = "0.0.7"
22-
release = "0.0.7"
21+
version = "0.0.8"
22+
release = "0.0.8"
2323

2424
# -- General configuration ---------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.7
1+
0.0.8

0 commit comments

Comments
 (0)