Skip to content

Commit 9e944c8

Browse files
committed
[small_vector] minor: bump version after PR
1 parent 60a60bf commit 9e944c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/itlib/small_vector.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// itlib-small-vector v2.05
1+
// itlib-small-vector v2.06
22
//
33
// std::vector-like class with a static buffer for initial capacity
44
//
55
// SPDX-License-Identifier: MIT
66
// MIT License:
77
// Copyright(c) 2016-2018 Chobolabs Inc.
8-
// Copyright(c) 2020-2024 Borislav Stanimirov
8+
// Copyright(c) 2020-2025 Borislav Stanimirov
99
//
1010
// Permission is hereby granted, free of charge, to any person obtaining
1111
// a copy of this software and associated documentation files(the
@@ -29,6 +29,7 @@
2929
//
3030
// VERSION HISTORY
3131
//
32+
// 2.06 (2025-03-28) Minor: Add missing header <cstdint>
3233
// 2.05 (2024-03-06) Minor: Return bool from shrink_to_fit
3334
// 2.04 (2022-04-29) Minor: Disable MSVC warning for constant conditional
3435
// 2.03 (2022-10-31) Minor: Removed unused local var

0 commit comments

Comments
 (0)