Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Dec 7, 2024
1 parent 4f890b1 commit da1fd3d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,29 @@

All notable changes to this project will be documented in this file.

## v0.1.0
## [0.2.0] - 2024-12-07

### 🚀 Features

- Additional readme formatting for improve readability
- Windows install script
- Credential manager now can store a device id
- Use device id so that we do not need to provide a totp

### 🐛 Bug Fixes

- Readme formatting
- Url in install script
- Git-lfs-synology vs git-lfs-login
- Set the user path variable, not the system
- Install script login issue
- Use a cache bust to prevent github from returning a cached result
- Support powershell 5.1
- Platform instead of osplatform for install script
- Eq win
- Don't call method that doesn't exist.

## [0.1.0] - 2024-12-01

### 🚀 Features

Expand Down Expand Up @@ -68,6 +90,8 @@ All notable changes to this project will be documented in this file.
- Use docker so that we can build both amd64 and aarch64 for ubuntu
- We should check in cargo.lock for binaries
- Support --version
- Add changelog and license
- Run clippy as part of workflow

### 🐛 Bug Fixes

Expand Down Expand Up @@ -119,6 +143,8 @@ All notable changes to this project will be documented in this file.
- Use bash instead of sh
- Run the container and mount the repo
- Copy the files into the docker container during build
- Update changelog
- Install clippy from rustup

### 💼 Other

Expand All @@ -130,6 +156,7 @@ All notable changes to this project will be documented in this file.

- Code cleanup
- Remove an ignore warn
- Appease clippy

### ◀️ Revert

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-lfs-synology"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit da1fd3d

Please sign in to comment.