Skip to content

Releases: mdsanima-lab/cmake-demo

v0.2.2

29 Apr 13:29
402564c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

🤿 Enhancements

  • add advanced color printing (#45)
  • add color text print function across projects (#44)
  • add markdownlint configuration (#49)

💻 Refactors

  • enhance projects for clarity (#53)
  • print functions and enhance demo outputs (#52)
  • rename amarok demo to amarooke (#54)
  • use shared library in fantastic example (#40)
  • use shared library in incredible example (#41)
  • use shared library in stunning example (#42)

📚 Documentation

  • add more information in docstring on examples (#43)

🧢 Style

  • clang-format: enable trailing comment aligments (#55)
  • enhanced clarity coding style configs (#51)
  • refine documentation (#46)
  • update .clang-format for enhanced readability (#50)
  • update code formatting configs for consistency (#47)

🎪 Chore

  • update .gitignore to exclude todo files (#48)

v0.2.1

24 Apr 21:26
aff9c95
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

🤿 Enhancements

  • add background parameter on cprint (#32)
  • add demo blizzard project and cleanup (#33)
  • add demo conquest project and cleanup (#38)

🚧 Fixes

  • commitlint config file with .mjs extension (#28)
  • missing include header file (#36)

💻 Refactors

  • move mdsanima.c and mdsanima.h to lib (#35)
  • rename example mdsanima awesome to deeply (#34)

📚 Documentation

  • missing header file instruction (#39)
  • update and clean instructions (#37)
  • update instruction how to build (#31)

📦 Build

  • deps: bump wagoid/commitlint-github-action from 5 to 6 (#24)

🧢 Style

  • standardize code formatting (#25)
  • update types for changelog generation (#26)

🤖 CI

  • add more labels (#27)
  • remove unused pip package ecosystem (#29)

New Contributors

v0.2.0

29 Feb 20:00
f904f29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0

🤿 Enhancements

  • add mdsanima-amarok project with install targets (#21)
  • introduce clang-tidy checks (#19)

🚀 Performance

  • avoid std::endl on streams (#20)

📚 Documentation

  • add installation guide for mdsanima-amarok (#22)

🧢 Style

  • add configuration for .todo file (e122f31)
  • refine commentary across multiple projects (#18)

🎪 Chore

  • initialized placeholder dirs for project structure (#23)

v0.1.2

25 Feb 14:24
966cf37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

🤿 Enhancements

  • add mdsanima-stunning example project (#15)

💻 Refactors

  • move source files under project directory (#14)
  • remame example from remarkable to incredible (#16)

📚 Documentation

  • enhanced instroction for manual build (#12)

🎪 Chore

  • remove obsolete project readmes (#13)
  • update project descriptions and corrected typos (#17)

v0.1.1

25 Feb 10:04
2de084f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

🤿 Enhancements

  • add cmake configuration for multiple targets (#10)

💻 Refactors

  • rename and clean up example projects (#9)

📚 Documentation

  • add instruction for build and run programs (#11)

🧢 Style

  • align codebase with 2-space indentation standard (#8)

v0.1.0

24 Feb 17:58
eadcf22
Compare
Choose a tag to compare

What's Changed

This is a first release!

🤿 Enhancements

  • add example code for base c project (#7)
  • add example code for base cpp project (#6)

📚 Documentation

🎪 Chore

  • add changelog automation and project metadata (#1)
  • add CODEOWNERS file (ad56312)
  • add configuration dotfiles (4ae8d4d)
  • add license file (b7171db)
  • update project name and reset version (#5)

🤖 CI

  • configure github labels and auto-labeling workflow (#3)
  • enabled daily dependabot updates for github actions (#2)
  • enforce commit message standards with commitlint (#4)

New Contributors

Full Changelog: https://github.com/mdsanima-lab/cmake-demo/commits/v0.1.0