Skip to content

Commit

Permalink
chore: add support for kde neon
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Oct 18, 2024
1 parent 8a18dc7 commit 2879d68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.6.13] - 2024-10-18

### Changed

- Add support for KDE Neon (#72)

## [0.6.12] - 2024-10-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.12
v0.6.13
2 changes: 1 addition & 1 deletion internal/crypto/certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (c *Client) InstallCACertificate(caDir string) error {
case "darwin":
return c.darwinInstallCACertificate(caCertificatePEMFilePath)

case "ubuntu", "debian", "pop", "elementary", "linuxmint":
case "ubuntu", "debian", "pop", "elementary", "linuxmint", "neon":
return c.debianInstallCACertificate(caCertificatePEMFilePath)

case "fedora", "centos":
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=rewardenv_reward
sonar.organization=rewardenv
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=reward
sonar.projectVersion=0.6.12
sonar.projectVersion=0.6.13
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
# Encoding of the source code. Default is default system encoding
Expand Down

0 comments on commit 2879d68

Please sign in to comment.