Skip to content

Releases: l00pss/helpme

v1.0.1

23 Dec 10:21
9597393

Choose a tag to compare

What's Changed

  • Fix module paths for proper Go module usage by @l00pss in #1
  • Add GoErr module for enhanced error handling with runtime classification by @l00pss in #2

New Contributors

  • @l00pss made their first contribution in #1

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Dec 19:58

Choose a tag to compare

Release v1.0.0 - Initial Release

🎉 First Stable Release

This is the initial release of helpme - marking the first stable version of the project.

✨ What's New

  • Project Foundation: Complete Go module setup with proper structure
  • Development Environment: Configured .gitignore with comprehensive exclusion rules
  • Build System: Ready-to-use build configuration
  • Documentation: Initial project documentation

📦 What's Included

  • Go module initialization
  • IDE-friendly project structure
  • Comprehensive .gitignore for Go projects
  • Development tooling setup

🚀 Getting Started

  1. Clone the repository

    git clone <repository-url>
    cd helpme
  2. Install dependencies

    go mod download
  3. Build the project

    go build

🔧 Development

The project includes support for:

  • Popular IDEs (VSCode, IntelliJ IDEA)
  • Live reload with Air
  • Environment configuration
  • Test coverage reports

📝 Notes

This is the foundational release. Future versions will include additional features and improvements based on community feedback.


Full Changelog: Initial commit

Contributors: @mammadlivuqar