Skip to content

Commit

Permalink
Update README. Update CHANGELOG. Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joining7943 committed Mar 8, 2023
1 parent 86352b4 commit 6eedbbf
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 180 deletions.
18 changes: 18 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"default": true,
"MD007": {
"indent": 4
},
"MD013": false,
"no-hard-tabs": false,
"MD033": {
"allowed_elements": [
"h1",
"div",
"a",
"br",
"img"
]
},
"MD024": false
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
"cSpell.words": [
"aslr",
"atstart",
"bheisler",
"Brunner",
"cachegrind",
"callgrind",
"dtolnay",
"Heisler",
"Itamar",
"kcachegrind",
"MSRV",
"proccontrol",
"Quickstart",
"setarch",
"Swatinem",
"Trauring's",
Expand Down
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1]
### Added
- Initial implementation.


[Unreleased]: https://github.com/bheisler/iai/compare/0.1.1...HEAD
[0.1.1]: https://github.com/bheisler/iai/compare/...0.1.1
- Initial migration from Iai
74 changes: 0 additions & 74 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 6eedbbf

Please sign in to comment.