Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 732 Bytes

CHANGELOG.md

File metadata and controls

38 lines (29 loc) · 732 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2024-04-20

Added

  • Initial release of libdsc
  • Implementations of essential data structures:
    • Vector
    • Stack
    • Queue
    • List
    • Set
    • Map
  • Unit tests for each data structure
  • Makefile for building the library
  • README with usage instructions and API documentation
  • GitHub Actions workflow for continuous integration
  • GNU General Public License v3.0

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A