Skip to content

Commit

Permalink
Release v1.26.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Aug 26, 2022
1 parent af1af80 commit b59eca3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## 1.26.0 - 2022-08-26
### Added
- Add `stream_throttle`: restricts the number of outstanding transfers in a stream.

### Changed
- Allow out-of-bounds (i.e. `'0`) top end address in addr_map of `addr_decode` module for end of address space
- Allow out-of-bounds (i.e. `'0`) top end address in addr_map of `addr_decode` module for end of address space.
- Update CI.

## 1.25.0 - 2022-08-10
### Added
Expand Down
2 changes: 1 addition & 1 deletion common_cells.core
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CAPI=2:

name : pulp-platform.org::common_cells:1.25.0
name : pulp-platform.org::common_cells:1.26.0

filesets:
rtl:
Expand Down

0 comments on commit b59eca3

Please sign in to comment.