Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Mar 27, 2024
1 parent 0d066e4 commit e113c0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### TO BE RELEASED

* Add golangci-lint to ci steps and correct some of the findings

### v3.5.1

* Update `golang.org/x/crypto` to `v0.8.0`
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Additionally KeePass is regularly updated and new features that are available th
When requesting a feature, please try to write in an as detailed as possible fashion the desired behaviour as well as your usecase.

## Contributing Code
In order to contribute code, please fork this repository, make the changes you want to make, and create a pull request.
In order to contribute code, please raise an issue to have a discussion about the desired changes.
Once wwe have come to a rough alignment, please fork this repository, make the changes you want to make, and create a pull request.
If there is an open issue for the code, please reference the issue in the commit messages or at least in the merge request text.
Otherwise please refer to [Reporting Bugs](#reporting-bugs) or [Requesting Features](#requesting-features) when writing an explanation for the pull request.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)
=====================

Copyright (c) 2020 Tobias Schoknecht
Copyright (c) 2024 Tobias Schoknecht

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ See [examples/deleting/example-deleting.go](examples/deleting/example-deleting.g
[LICENSE](LICENSE.md)

### Copyright
Copyright © 2023 Tobias Schoknecht. All rights reserved.
Copyright © 2024 Tobias Schoknecht. All rights reserved.

0 comments on commit e113c0c

Please sign in to comment.