Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit d4046de

Browse files
feat: Update package version to 0.1.5
1 parent 190c9d2 commit d4046de

6 files changed

Lines changed: 44 additions & 8 deletions

File tree

.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = confy-cli
22
pkgdesc = CLI client for the Confy encrypted communication system
3-
pkgver = 0.1.4
3+
pkgver = 0.1.5
44
pkgrel = 3
55
url = https://github.com/confy-security/cli
66
arch = any

CHANGELOG

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,45 @@
22

33
## [Unreleased](https://github.com/confy-security/cli/tree/HEAD)
44

5-
[Full Changelog](https://github.com/confy-security/cli/compare/5619fda0ab242a2799d5927ef52caee49e5be76c...HEAD)
5+
[Full Changelog](https://github.com/confy-security/cli/compare/0.1.4...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- build\(deps\): Bump actions/upload-artifact from 4 to 5 [\#22](https://github.com/confy-security/cli/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- build\(deps\): Bump actions/download-artifact from 5 to 6 [\#21](https://github.com/confy-security/cli/pull/21) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
12+
## [0.1.4](https://github.com/confy-security/cli/tree/0.1.4) (2025-10-24)
13+
14+
[Full Changelog](https://github.com/confy-security/cli/compare/0.1.3...0.1.4)
15+
16+
**Closed issues:**
17+
18+
- Add instructions on how to use the CLI via a Docker container to the README [\#16](https://github.com/confy-security/cli/issues/16)
19+
20+
**Merged pull requests:**
21+
22+
- Add Docker usage instructions to README [\#17](https://github.com/confy-security/cli/pull/17) ([Copilot](https://github.com/apps/copilot-swe-agent))
23+
24+
## [0.1.3](https://github.com/confy-security/cli/tree/0.1.3) (2025-10-24)
25+
26+
[Full Changelog](https://github.com/confy-security/cli/compare/0.1.2...0.1.3)
27+
28+
**Closed issues:**
29+
30+
- Publicar primeira versão do CLI [\#5](https://github.com/confy-security/cli/issues/5)
31+
- Melhorar página de README do repositório [\#4](https://github.com/confy-security/cli/issues/4)
32+
33+
## [0.1.2](https://github.com/confy-security/cli/tree/0.1.2) (2025-10-24)
34+
35+
[Full Changelog](https://github.com/confy-security/cli/compare/0.1.1...0.1.2)
36+
37+
## [0.1.1](https://github.com/confy-security/cli/tree/0.1.1) (2025-10-24)
38+
39+
[Full Changelog](https://github.com/confy-security/cli/compare/0.1.0...0.1.1)
40+
41+
## [0.1.0](https://github.com/confy-security/cli/tree/0.1.0) (2025-10-24)
42+
43+
[Full Changelog](https://github.com/confy-security/cli/compare/5619fda0ab242a2799d5927ef52caee49e5be76c...0.1.0)
644

745
**Implemented enhancements:**
846

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.14-alpine
22

33
LABEL maintainer="contato@henriquesebastiao.com"
4-
LABEL version="0.1.4"
4+
LABEL version="0.1.5"
55
LABEL description="CLI client for the Confy encrypted communication system"
66

77
RUN apk update && \

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
VERSION = 0.1.4
2-
31
changelog:
42
github_changelog_generator -u confy-security -p cli -o CHANGELOG --no-verbose;
53

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_pkgname='confy'
44
pkgname='confy-cli'
55
_module='confy-cli'
6-
_src_folder='confy_cli-0.1.4'
7-
pkgver='0.1.4'
6+
_src_folder='confy_cli-0.1.5'
7+
pkgver='0.1.5'
88
pkgrel=3
99
pkgdesc="CLI client for the Confy encrypted communication system"
1010
url="https://github.com/confy-security/cli"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "confy-cli"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "CLI client for the Confy encrypted communication system"
55
authors = [
66
{name = "Henrique Sebastião", email = "contato@henriquesebastiao.com"},

0 commit comments

Comments
 (0)