Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 4, 2024
1 parent f5cf327 commit f5abc24
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.4"
".": "0.8.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0](https://github.com/justinthelaw/repository-template/compare/v0.7.4...0.8.0) (2024-03-04)


### Features

* new versioning dynamic ([#86](https://github.com/justinthelaw/repository-template/issues/86)) ([32b6df1](https://github.com/justinthelaw/repository-template/commit/32b6df1ae6c5aba046708f01926da75e0b35f86e))


### Bug Fixes

* release please versioning and workflows ([#87](https://github.com/justinthelaw/repository-template/issues/87)) ([b446491](https://github.com/justinthelaw/repository-template/commit/b446491197c11986bdfea4ffcaa644d83bd6c309))
* stop publishing for non-release ([#89](https://github.com/justinthelaw/repository-template/issues/89)) ([f5cf327](https://github.com/justinthelaw/repository-template/commit/f5cf327153763b380646efadbecad47a41d20d5d))

## [0.7.4](https://github.com/justinthelaw/repository-template/compare/v0.7.3...v0.7.4) (2024-03-01)


Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: example
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: 0.7.4
appVersion: 0.8.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leapfrogai-repository-template",
"version": "0.7.4",
"version": "0.8.0",
"author": "Defense Unicorns",
"license": "Apache-2.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "template-repository"
version = "0.7.4"
version = "0.8.0"

description = "Template repository for referencing and extending"
authors = [{ name = "LeapfrogAI Authors", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
set:
image_repository: "ghcr.io/justinthelaw/repository-template/example"
# x-release-please-start-version
image_version: 0.7.4
image_version: 0.8.0
# x-release-please-end
name: example
max_package_size: "1000000000"

0 comments on commit f5abc24

Please sign in to comment.