Skip to content

Commit

Permalink
Update to latest in deb install containers (#6798)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Feb 4, 2025
1 parent aeb1e77 commit b5435a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [6.0.0-dev18]

[6.0.0-dev18]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev18

### Fixed

Container dependencies.

## [6.0.0-dev17]

[6.0.0-dev17]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
apt:
name: libstdc++6
update_cache: yes
state: latest
become: true

- name: Get package url
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ccf"
version = "6.0.0-dev17"
version = "6.0.0-dev18"
authors = [
{ name="CCF Team", email="[email protected]" },
]
Expand Down

0 comments on commit b5435a9

Please sign in to comment.