Skip to content

Commit 5cda133

Browse files
committed
docs: add changelog file
1 parent e6c22f5 commit 5cda133

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

CHANGELOG.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
### v0.1.0 (2023-08-07)
2+
3+
##### Chores
4+
5+
* **CMakeLists.txt:**
6+
* change install prefix [820d4901](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/820d4901)
7+
* reconfigure vcpkg triplets [f0f5c3ee](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/f0f5c3ee)
8+
* reconfigure deploy script [f0f5c3ee](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/a8aaf989)
9+
* add CI/CD workflows files [81022554](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/81022554)
10+
* add license commentary in source files [0da7100b](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/0da7100b)
11+
* **vcpkg.json:** dump version to 0.1.0 [32d1f190](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/32d1f190)
12+
* **.gitignore:** update [26e26608](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/26e26608)
13+
* **CMakePresets.json:** reconfigure presets [90c0cd76](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/90c0cd76)
14+
15+
##### Documentation Changes
16+
17+
* add license [007d379b](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/007d379b)
18+
* **README.md:** update README file [9b6716df](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/9b6716df)
19+
20+
##### New Features
21+
22+
* implement SQL query [4c7bfa73](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/4c7bfa73)
23+
* implement connection to database [81d367e4](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/81d367e4)
24+
25+
##### Bug Fixes
26+
27+
* **CMakeLists.txt:** fix target name in deploy script [202be615](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/202be615)
28+
29+
##### Other Changes
30+
31+
* **UI:**
32+
* add more icons [2c2c9e7d](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/2c2c9e7d)
33+
* change MainWindows title [bcf0b2d2](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/bcf0b2d2)
34+
* change size of widgets [1815890f](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/1815890f)
35+
* add menubar [b0f19653](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/b0f19653)
36+
37+
##### Refactors
38+
39+
* **QSqlCtrl:** remove widget [2e587e8c](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/2e587e8c)
40+
41+
#### 2023-08-07
42+
43+
##### Chores
44+
45+
* **CMakeLists.txt:**
46+
* change install prefix [820d4901](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/820d4901)
47+
* reconfigure vcpkg triplets [f0f5c3ee](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/f0f5c3ee)
48+
* reconfigure deploy script [a8aaf989](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/a8aaf989)
49+
* add CI/CD workflows files [81022554](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/81022554)
50+
* add license commentary in source files [0da7100b](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/0da7100b)
51+
* **vcpkg.json:** dump version to 0.1.0 [32d1f190](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/32d1f190)
52+
* **.gitignore:** update [26e26608](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/26e26608)
53+
* **CMakePresets.json:** reconfigure presets [90c0cd76](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/90c0cd76)
54+
55+
##### Documentation Changes
56+
57+
* add license [007d379b](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/007d379b)
58+
* **README.md:** update README file [9b6716df](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/9b6716df)
59+
60+
##### New Features
61+
62+
* implement SQL query [4c7bfa73](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/4c7bfa73)
63+
* implement connection to database [81d367e4](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/81d367e4)
64+
65+
##### Bug Fixes
66+
67+
* **CMakeLists.txt:** fix target name in deploy script [202be615](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/202be615)
68+
69+
##### Other Changes
70+
71+
* **UI:**
72+
* add more icons [2c2c9e7d](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/2c2c9e7d)
73+
* change MainWindows title [bcf0b2d2](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/bcf0b2d2)
74+
* change size of widgets [1815890f](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/1815890f)
75+
* add menubar [b0f19653](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/b0f19653)
76+
77+
##### Refactors
78+
79+
* **QSqlCtrl:** remove widget [2e587e8c](https://github.com/n0f4ph4mst3r/qSQLbrowser/commit/2e587e8c)

0 commit comments

Comments
 (0)