Skip to content

Releases: kvankova/code-embedder

v1.1.3 🌈

13 Sep 16:56
7c080d5

Choose a tag to compare

🛠️ Other improvements

v1.1.2 🌈

04 Mar 14:02
9e24446

Choose a tag to compare

🐛 Bug Fixes

  • Fix default encoding when opening / writing files @kvankova (#51)

v1.1.1 🌈

07 Dec 17:02
eaf79c6

Choose a tag to compare

v1.1.0 🌈

24 Nov 14:48
142c320

Choose a tag to compare

✨ Features

v1.0.2 🌈

18 Nov 21:26
f2df843

Choose a tag to compare

🐛 Bug Fixes

  • Fix pushing of changes made by GA in entrypoint.sh @kvankova (#45)

v1.0.1 🌈

18 Nov 21:01
38bcfb1

Choose a tag to compare

🛠️ Other improvements

  • Update pre-commit hook and refactor project structure @kvankova (#44)

v1.0.0 🌈

12 Nov 14:21
b683358

Choose a tag to compare

🏆 Highlights

Code-Embedder is now production ready! Keep your code snippets in READMEs up-to-date by using Code-embedder as a pre-commit hook 🪝 or as a Github Action 🚀.

✨ Key Features

  • 🛠️ Flexible integration: Available as both a GitHub Action and pre-commit hook - choose what works best for your workflow!
  • 📝 Section support: Update only specific sections of scripts in README. This is language agnostic.
  • 🧩 Object support: Update only specific objects (functions, classes) in README. The latest version supports only 🐍 Python objects (other languages to be added with future updates).

🤝 Contributing

We welcome contributions to improve this package!

  • If you have an idea for a new feature ✨, open a new feature request on GitHub.
  • If you spot a bug 🐛, open a new issue on GitHub.
  • If you want to contribute to the code , please pick an issue that is not assigned to anyone and comment on it, so that we know you are working on it.

v0.5.2 🌈

07 Nov 19:03
bad1ed9

Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

  • Fix worfklow checkout step in README @kvankova (#40)
  • Add contributing and development section to README @kvankova (#39)

v0.5.1 🌈

05 Nov 22:17
7221f73

Choose a tag to compare

🐛 Bug Fixes

🛠️ Other improvements

v0.5.0 🌈

03 Nov 21:18
9b7eace

Choose a tag to compare

✨ Features

  • Add support for 🐍 Python objects to be updated in README @kvankova (#32)

📖 Documentation