Skip to content

Commit 6d2214f

Browse files
author
Robert Nio
committed
Bump version to 1.0.0
1 parent 1658337 commit 6d2214f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,6 @@ The codebase has undergone a major refactoring effort (~66 hours of work):
502502
- **Consistent naming** - All files use `snake_case.hpp` convention
503503
- **Self-contained headers** - Each header includes its own dependencies
504504

505-
See [`docs/migration/future-cleanup-work.md`](docs/migration/future-cleanup-work.md) for full details.
506-
507505
## TODO
508506

509507
1. ~~Modernize the MFT engine.~~ ✅ Done (refactored into modular headers)

UltraFastFileSearch-code/src/util/version_info.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace uffs {
1818
// Package version string
1919
inline const std::string& get_package_version()
2020
{
21-
static const std::string version = "0.9.6";
21+
static const std::string version = "1.0.0";
2222
return version;
2323
}
2424

0 commit comments

Comments
 (0)