Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to update version number, GitHub has completed, version update cannot be seen in Arduino Manager, #287

Closed
gooddisplayshare opened this issue Nov 27, 2024 · 5 comments
Assignees
Labels
conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project

Comments

@gooddisplayshare
Copy link

The Arduino library version has been updated from v1.0.1 to v1.0.2. The library has been updated and the release version has been updated. However, the library manager in Arduino software is still v1.0.1.
Could you please find the reason? Thank you~

https://github.com/gooddisplayshare/ESP32epd

@gooddisplayshare
Copy link
Author

@per1234 ,When upgrading from version v1.0.1 to v1.0.2, all the work was carried out according to the instructions, including updating the version in the library. properties to v1.0.2 and creating v1.0.2 in the releases. But the Arduino library manager is still v1.0.1, do I need to do anything else?

@gooddisplayshare
Copy link
Author

The error in my library has been fixed. The previous error version was 1.0.2. After fixing the error, does this version number need to be updated @per1234

@gooddisplayshare
Copy link
Author

2024/12/04 10:40:34 Scraping https://github.com/gooddisplayshare/ESP32epdx.git
2024/12/04 10:40:34 Checking out tag: v1.0.1
2024/12/04 10:40:34 Release ESP32epdx:1.0.1 already loaded, skipping
2024/12/04 10:40:34 Checking out tag: v1.0.2
2024/12/04 10:40:34 Release ESP32epdx:1.0.1 already loaded, skipping
@per1234 , Why? v1.0.2 is not already loaded,

@arduino arduino locked as too heated and limited conversation to collaborators Dec 4, 2024
@cmaglie cmaglie self-assigned this Dec 12, 2024
@cmaglie
Copy link
Member

cmaglie commented Dec 17, 2024

The problem has been fixed, now the library manager is taking all the updates correctly.

@cmaglie cmaglie closed this as completed Dec 17, 2024
@arduino arduino unlocked this conversation Dec 17, 2024
@cmaglie cmaglie added the conclusion: resolved Issue was resolved label Dec 17, 2024
@per1234 per1234 transferred this issue from arduino/library-registry Dec 17, 2024
@per1234
Copy link
Contributor

per1234 commented Dec 17, 2024

I see there is an entry for library.properties in the .gitignore file:

https://github.com/gooddisplayshare/ESP32epd/blob/2dde2a694feabb5c2b90214634b5605395ac2037/.gitignore#L2

library.properties

There was a bug in the github.com/go-git/go-git Go module we use to work with the Git repository that would result in the ignored file being left in a "dirty" state after checkout: go-git/go-git#819. That bug was fixed by go-git/go-git@0377d06. #286 updated the github.com/go-git/go-git dependency to a version that contains the fix (go-git/go-git#485), and that update was put into production with the 1.1.6 release of libraries-repository-engine.

@per1234 per1234 added the topic: infrastructure Related to project infrastructure label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants