Skip to content

Commit 5dcca92

Browse files
committed
docs: update LICENSE copyright holder and README
1 parent 182e119 commit 5dcca92

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 coregx
3+
Copyright (c) 2025 Andrey Kolkov and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
1111
[![GitHub Stars](https://img.shields.io/github/stars/coregx/coregex?style=flat-square&logo=github)](https://github.com/coregx/coregex/stargazers)
1212
[![GitHub Issues](https://img.shields.io/github/issues/coregx/coregex?style=flat-square&logo=github)](https://github.com/coregx/coregex/issues)
13+
[![GitHub discussions](https://img.shields.io/github/discussions/coregx/coregex)](https://github.com/coregx/coregex/discussions)
1314

1415
---
1516

@@ -441,16 +442,12 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
441442

442443
---
443444

444-
**Status**: ⚠️ **EXPERIMENTAL** - v0.6.0 released, API may change in 0.x versions
445-
446-
**Current Version**: v0.6.0 (2025-11-28)
445+
**Status**: ⚠️ **Pre-1.0** - API may change before v1.0.0
447446

448447
**Ready for:** Testing, benchmarking, feedback, and experimental use
449-
**Production readiness:** API stability expected in v1.0.0
450448

451-
**Current Release:** v0.6.0 - ReverseSuffix optimization (1000x+ speedup for `.*\.txt` patterns)
452-
**Next Release:** v0.7.0 - OnePass DFA + ReverseInner strategy
449+
See [Releases](https://github.com/coregx/coregex/releases) for the latest version and [Discussions](https://github.com/coregx/coregex/discussions/3) for roadmap.
453450

454451
---
455452

456-
*Built with performance and correctness in mind by the CoreGX community* 🚀
453+
*Built with performance and correctness in mind by the coregex community*

0 commit comments

Comments
 (0)