Skip to content

Commit 5c9088d

Browse files
committed
feat: add changelog
1 parent 8247b93 commit 5c9088d

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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`

CODE_OF_CONDUCT.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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).

0 commit comments

Comments
 (0)