Skip to content

Commit a784a5b

Browse files
committed
chore: update changelog for firest release
1 parent f268132 commit a784a5b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.0.0 (2022-03-06)
6+
7+
This is a major refactoring of the `asap` family of projects and as such,
8+
introduces several breaking changes from the old model of `asap` projects.
9+
10+
This is a C++ library to format text in columns with a maximum width. When a
11+
line of text is longer than its column's maximum width, the text is
12+
automatically wrapped. A number of other features are also supported, such as
13+
adding an initial indent, indenting all lines, etc... Refer to the API
14+
documentation for more details.

0 commit comments

Comments
 (0)