Skip to content

Commit a65289a

Browse files
committed
change: bump version from v2.0.1 to v2.0.2
1 parent 6aca574 commit a65289a

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
This changelog is managed with commitizen tool, don't update it manually.
99

10+
## v2.0.2 (2024-08-21)
11+
12+
### Fix
13+
14+
- dependency with registry_url unrecognized correctly
15+
1016
## v2.0.1 (2024-08-15)
1117

1218
### Fix
@@ -67,7 +73,6 @@ This changelog is managed with commitizen tool, don't update it manually.
6773
- Change comment types to regular ones
6874
- Replace format() with f-strings
6975

70-
7176
## v2.0.0rc2 (2024-08-09)
7277

7378
### Fix
@@ -233,7 +238,7 @@ This changelog is managed with commitizen tool, don't update it manually.
233238
- Only expand environment variables in the manifest files during CMake execution
234239
- Manifest dumping with non-expanded environment variables
235240

236-
## [1.4.1] - 2023-10-02
241+
## \[1.4.1\] - 2023-10-02
237242

238243
### Fixed
239244

@@ -245,7 +250,7 @@ This changelog is managed with commitizen tool, don't update it manually.
245250
- Fix processing of `rules` and `matches` for components from the registry
246251
- Fix processing handling of `require` field for components from the registry
247252

248-
## [1.4.0] - 2023-09-15
253+
## \[1.4.0\] - 2023-09-15
249254

250255
### Added
251256

@@ -274,20 +279,20 @@ This changelog is managed with commitizen tool, don't update it manually.
274279
- Fixed issue where `compote component upload` command ignored `default_namespace` parameter from the profile
275280
- The component manager no longer accesses the API to get the storage URL for the default registry URL
276281

277-
## [1.3.2] - 2023-07-05
282+
## \[1.3.2\] - 2023-07-05
278283

279284
### Fixed
280285

281286
- Keep original if statement in the `IfClause` object
282287
- Git source dependencies with `version` field work again
283288

284-
## [1.3.1] - 2023-07-03
289+
## \[1.3.1\] - 2023-07-03
285290

286291
### Fixed
287292

288293
- Fetch the same version as the lock file does while checking solved dependencies
289294

290-
## [1.3.0] - 2023-06-30
295+
## \[1.3.0\] - 2023-06-30
291296

292297
### Changed
293298

@@ -336,18 +341,18 @@ This changelog is managed with commitizen tool, don't update it manually.
336341
- Fixed a bug where it was required to set IDF version and target for non-IDF dependent actions
337342
- Fix checks for targets in manifest validator, to make sure newer targets don't cause errors on older ESP-IDF versions
338343

339-
## [1.2.3] - 2023-05-25
344+
## \[1.2.3\] - 2023-05-25
340345

341346
### Fixed
342347

343-
- Pin urllib version to <2 to avoid incompatibility with older python versions
348+
- Pin urllib version to \<2 to avoid incompatibility with older python versions
344349
- Components with optional dependencies could be uploaded normally
345350
- Relative path in `override_path` now based on the directory of its `idf_component.yml`
346351
- Correct spelling of error message for unsatisfied dependency
347352
- Fix manifest hash calculation for dependencies from git repositories
348353
- Keep local components non-hashable
349354

350-
## [1.2.2] - 2023-01-17
355+
## \[1.2.2\] - 2023-01-17
351356

352357
### Fixed
353358

@@ -357,22 +362,22 @@ This changelog is managed with commitizen tool, don't update it manually.
357362
- Fix nondeterministic order of components passed to IDF build system (https://github.com/espressif/esp-idf/issues/10419)
358363
- Fix hash validation for components uploaded with older versions of the component manager
359364

360-
## [1.2.1] - 2022-12-12
365+
## \[1.2.1\] - 2022-12-12
361366

362367
### Fixed
363368

364369
- Fix `idf.py add-dependency` crash for any argument
365370
- Fix regression in `python -m idf_component_manager upload-component` command
366371

367-
## [1.2.0] - 2022-12-08 [YANKED]
372+
## \[1.2.0\] - 2022-12-08 \[YANKED\]
368373

369374
### Fixed
370375

371376
- Make cache path shorter (important on Windows)
372377
- Set default API responses cache time to 5 minutes
373378
- Fix support of python 3.4
374379

375-
## [1.2.0-rc0] - 2022-12-02
380+
## \[1.2.0-rc0\] - 2022-12-02
376381

377382
### Added
378383

@@ -407,21 +412,21 @@ This changelog is managed with commitizen tool, don't update it manually.
407412
- Dump manifest file inconsistency with escaped dollar sign
408413
- Fix schema validation of the `idf_component_manager.yml` config file
409414

410-
## [1.1.4] - 2022-07-04
415+
## \[1.1.4\] - 2022-07-04
411416

412417
### Fixed
413418

414419
- Loose the restrictions for pyyaml on python 2.7 and 3.4
415420

416-
## [1.1.3] - 2022-06-21
421+
## \[1.1.3\] - 2022-06-21
417422

418423
### Fixed
419424

420425
- error when revision number equals to 1
421426
- colorama version incompatible with python 3.4
422427
- pyyaml version incompatible with python 3.4
423428

424-
## [1.1.2] - 2022-06-10
429+
## \[1.1.2\] - 2022-06-10
425430

426431
### Added
427432

@@ -432,7 +437,7 @@ This changelog is managed with commitizen tool, don't update it manually.
432437
- Fix crash on malformed env variables
433438
- Support revision numbers in `version` and `dependencies` -> `version`
434439

435-
## [1.1.1] - 2022-05-31
440+
## \[1.1.1\] - 2022-05-31
436441

437442
### Added
438443

@@ -443,7 +448,7 @@ This changelog is managed with commitizen tool, don't update it manually.
443448
- Fix expansion of environment variables in manifest for `rules`
444449
- Fix inject optional dependencies even if they are excluded
445450

446-
## [1.1.0] - 2022-05-19
451+
## \[1.1.0\] - 2022-05-19
447452

448453
### Added
449454

@@ -484,7 +489,7 @@ This changelog is managed with commitizen tool, don't update it manually.
484489
- Fix support of REQUIRES by the project's main component
485490
- Allow transient dependencies for the main component
486491

487-
## [1.0.1] - 2022-01-12
492+
## \[1.0.1\] - 2022-01-12
488493

489494
### Fixed
490495

@@ -493,7 +498,7 @@ This changelog is managed with commitizen tool, don't update it manually.
493498
- Fix error message when the directory didn't find in a git repository
494499
- Get the list of known targets from ESP-IDF, when possible
495500

496-
## [1.0.0] - 2021-12-21
501+
## \[1.0.0\] - 2021-12-21
497502

498503
### Added
499504

@@ -511,4 +516,4 @@ This changelog is managed with commitizen tool, don't update it manually.
511516
- Copy filtered paths for git source
512517
- Fix local source missing dependencies
513518

514-
## [0.3.2-beta] - 2021-10-22
519+
## \[0.3.2-beta\] - 2021-10-22

idf_component_tools/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33
"""IDF Component Tools Version"""
44

5-
__version__ = '2.0.1'
5+
__version__ = '2.0.2'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = [
1010

1111
[project]
1212
name = "idf-component-manager"
13-
version = "2.0.1"
13+
version = "2.0.2"
1414
authors = [
1515
{ name = "Sergei Silnov", email = "[email protected]" },
1616
{ name = "Fu Hanxi", email = "[email protected]" },

0 commit comments

Comments
 (0)