Skip to content

Commit de547d1

Browse files
committed
Merge branch 'v0.0.2' into 'main'
v0.0.2 See merge request fluxlabs/flux-eco/json-schema-assertion!1
2 parents 6f5ee8e + 478e28b commit de547d1

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
flux-publish-utils:
2+
stage: build
3+
image: docker-registry.fluxpublisher.ch/flux-publish-utils:latest
4+
script:
5+
- "false"
6+
only:
7+
- main

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG
2+
3+
## [0.0.2]
4+
* added flux-publish-utils
5+
6+
## [0.0.1]
7+
* init

composer.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
{
22
"name": "flux-eco/json-schema-assertion",
3-
"description": "Component for flux-capacitor apps developed by fluxlabs ag",
4-
"version": "0.0.1",
3+
"description": "Asserts values against a schema definition",
4+
"version": "0.0.2",
55
"type": "flux-app",
66
"keywords": [
7-
"flux-ecosystem",
8-
"flux-capacitor",
9-
"fluxlabs ag",
10-
"microservice",
11-
"event sourcing",
12-
"cqrs",
13-
"json schema",
14-
"asyncapi"
7+
"flux-eco",
8+
"json-schema-assertion",
9+
"fluxlabs"
1510
],
1611
"homepage": "https://fluxlabs.ch",
1712
"license": "GPL-3.0-only",

0 commit comments

Comments
 (0)