File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ### Added
10
+
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+ ## [ 0.1.0-beta] - 2022-09-21
16
+
17
+ ### Added
18
+
19
+ - cpp project distinguishes static and dynamic
20
+ - cpp project distinguishes binary and library
21
+ - add Dockerfile for each startup project
22
+ - add example project [ x-pt/example] ( https://github.com/x-pt/example )
23
+ - :sparkles : support python project # THE VERY BEGINNING
24
+ - :sparkles : support golang project # THE VERY BEGINNING
25
+ - :sparkles : support cpp project # ALMOST DONE
26
+ - :earth_asia : ` cargo generate gh:x-pt/template `
Original file line number Diff line number Diff line change
1
+ # Code of Conduct
2
+
3
+ This project adheres to the Rust Code of Conduct, which can be found [ here] ( https://www.rust-lang.org/conduct.html ) .
You can’t perform that action at this time.
0 commit comments