Skip to content

Commit

Permalink
[1.0.6] Added: Thesis and Paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzkan committed Aug 13, 2022
1 parent e781555 commit a5b5c54
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 align="center">Bad Code Smells</h2>
<div>
<p style="font-style: italic;">A Comprehensive Online Catalog</p>
<strong><a href="https://luzkan.github.io/smells/">Visit the Website</a></strong> · <strong><a href="https://github.com/Luzkan/smells/tree/main/docs/paper.pdf">Checkout the Paper</a></strong>
<strong><a href="https://luzkan.github.io/smells/">Visit the Website</a></strong> · <strong><a href="https://github.com/Luzkan/smells/tree/main/docs/paper.pdf">Checkout the Paper</a></strong> · <strong><a href="https://github.com/Luzkan/smells/tree/main/docs/thesis.pdf">Checkout the Thesis</a></strong>
</div>
</div>

Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

---

## [[1.0.6]] - 2022-08-13

### Added

- Added the [Paper](./paper.pdf)
- Added the [Master Thesis](./thesis.pdf)

## [[1.0.5]] - 2022-04-19

### Changed
Expand Down Expand Up @@ -132,6 +139,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Separate page articles for each smell, so they can be directly linked to by anyone for any reason.
- Separate page articles navigation bar on the left to browse to other smells. This navigation bar can be turned to list by a different type of categorization types.

[1.0.6]: https://github.com/Luzkan/smells/releases/tag/1.0.6
[1.0.5]: https://github.com/Luzkan/smells/releases/tag/1.0.5
[1.0.4]: https://github.com/Luzkan/smells/releases/tag/1.0.4
[1.0.3]: https://github.com/Luzkan/smells/releases/tag/1.0.3
Expand Down
Binary file added docs/paper.pdf
Binary file not shown.
Binary file added docs/thesis.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smells",
"description": "Code Smells Catalog",
"version": "1.0.0",
"version": "1.0.6",
"author": "Marcel Jerzyk",
"dependencies": {
"@emotion/react": "^11.8.2",
Expand Down

0 comments on commit a5b5c54

Please sign in to comment.