Selaa lähdekoodia

fix: Change case of readme

Sean Blackburn 1 vuosi sitten
vanhempi
sitoutus
01029d1bee
4 muutettua tiedostoa jossa 8 lisäystä ja 1 poistoa
  1. 6 0
      CHANGELOG.md
  2. 0 0
      README.md
  3. 1 0
      cspell.config.yaml
  4. 1 1
      pyproject.toml

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## [0.3.1](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/compare/0.3.0...0.3.1) (2024-10-29)
+
+### Bug Fixes
+
+- Install instructions ([aee4fd8](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/commit/aee4fd8ab5dfaf096843be4bdfb9348ec6fb3d35))
+
 # [0.3.0](https://git.snas.black-burn.ch/FHNW/openconnect-ms-auth/compare/0.2.0...0.3.0) (2023-08-08)
 
 ### Features

+ 0 - 0
README2.md → README.md


+ 1 - 0
cspell.config.yaml

@@ -48,6 +48,7 @@ words:
   - PYTHONPATH
   - SAOTCAS
   - SAOTCC
+  - snas
   - totp
   - webvpn
   - xvzf

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ocma"
-version = "1.0.0"
+version = "0.3.1"
 license = "mit"
 description = "Openconnect Microsoft Authenticator"
 authors = ["Sean Blackburn <birdicode@gmail.com>"]