Skip to content

Commit

Permalink
chore(master): release 1.3.6 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot authored Jan 26, 2025
1 parent 4751f9b commit 494febf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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 @@
{
".": "1.3.5"
".": "1.3.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.6](https://github.com/miracum/vfps/compare/v1.3.5...v1.3.6) (2025-01-26)


### Bug Fixes

* namespace repository find async & refactor+reformat ([#176](https://github.com/miracum/vfps/issues/176)) ([93a2a7b](https://github.com/miracum/vfps/commit/93a2a7bbdd08589b4a22f4565053d4f4f8fc7d29))

## [1.3.5](https://github.com/miracum/vfps/compare/v1.3.4...v1.3.5) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ All released container images are signed using [cosign](https://github.com/sigst
<!-- x-release-please-start-version -->

```sh
IMAGE=ghcr.io/miracum/vfps:v1.3.5
IMAGE=ghcr.io/miracum/vfps:v1.3.6
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/miracum/vfps@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- "127.0.0.1:16686:16686"

vfps:
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.5} # x-release-please-version
image: ghcr.io/miracum/vfps:${VFPS_IMAGE_TAG:-v1.3.6} # x-release-please-version
restart: unless-stopped
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AnalysisLevel>latest</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>

<Version>1.3.5</Version> <!-- x-release-please-version -->
<Version>1.3.6</Version> <!-- x-release-please-version -->
<Company>miracum.org</Company>
<Description>A very fast and resource-efficient pseudonym service.</Description>
<Copyright>© miracum.org. All rights reserved.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5
1.3.6

0 comments on commit 494febf

Please sign in to comment.